Difference between revisions of "Polyadic/full.m"
m (Spot-edit Spinach function page first-line NOTOC and template fields) |
m (Rename Arguments section heading to Parameters) |
||
| Line 9: | Line 9: | ||
The function opens up all the Kronecker products and does not preserve the sparse type if some cores are sparse. | The function opens up all the Kronecker products and does not preserve the sparse type if some cores are sparse. | ||
| − | == | + | ==Parameters== |
p - a polyadic object | p - a polyadic object | ||
Revision as of 18:51, 5 June 2026
Converts a polyadic representation of a matrix into a full matrix.
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.
Parameters
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