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:
KsIterable of 2D array_like

Arrays of which to take the product.

Returns:
np.ndarray

Block matrix Kroncker product of the argument matrices.