polyadic/full.m
Converts a polyadic representation of a matrix into a full matrix.
Contents
Syntax
answer=full(p)
Description
The function opens up all the Kronecker products and does not preserve the sparse type if some cores are sparse.
Arguments
p - a polyadic object
Outputs
answer - a full matrix
See also
polyadic.m, polyadic/inflate.m, polyadic/kron.m
Version 2.1, authors: Ilya Kuprov