Function File: kronprod ( A, B)
Function File: kronprod ( A, B, P)

Construct a Kronecker product object. XXX: Write proper documentation

With two input arguments, the following matrix is represented: kron (A, B);

With three input arguments, the following matrix is represented: P * kron (A, B) * P’ (P must be a permutation matrix)

Package: linear-algebra