Function File: full ( KP)

Return the full matrix representation of the Kronecker product KP.

If KP is the Kronecker product of an n-by-m matrix and a q-by-r matrix, then the result is a nq-by-mr matrix. Thus, the result can require vast amount of memory, so this function should be avoided whenever possible.

See also: full, @kronprod/sparse.

Package: linear-algebra