Function File: inv ( KP)

Return the inverse of the Kronecker product KP.

If KP is the Kronecker product of two square matrices A and B, the inverse will be computed as the Kronecker product of the inverse of A and B.

If KP is square but not a Kronecker product of square matrices, the inverse will be computed using the SVD

See also: @kronprod/sparse.

Package: linear-algebra