pymc.math.kronecker#
- pymc.math.kronecker(*Ks)[source]#
Return the Kronecker product of arguments.
math:K_1 otimes K_2 otimes … otimes K_D
- Parameters:
- Ks
Iterable
of 2D array_like Arrays of which to take the product.
- Ks
- Returns:
np.ndarray
Block matrix Kroncker product of the argument matrices.