kron#
Includes our kron bindings.
Functions:
-
kron_matmul–Performs Kronecker matrix multiplication.
kron_matmul
#
Performs Kronecker matrix multiplication.
Computes the product of a Kronecker product of matrices with a vector: (m ⊗ a) @ vect.
Parameters:
-
a(NDArray) –First matrix in the Kronecker product.
-
m(NDArray) –Second matrix in the Kronecker product.
-
vect(NDArray) –Vector to be multiplied.
Returns:
-
result(NDArray) –Resulting vector from the multiplication.