Difference between revisions of "Polyadic/full.m"

From Spinach Documentation Wiki
Jump to: navigation, search
(Created page with "{{DISPLAYTITLE:polyadic/full.m}} Converts a polyadic representation of a matrix into a full matrix. ==Syntax== answer=full(p) ==Description== The function opens up all...")
 
(Normalise sequential blank lines)
Line 19: Line 19:
 
==See also==
 
==See also==
 
[[polyadic.m]], [[polyadic/inflate.m]], [[polyadic/kron.m]]
 
[[polyadic.m]], [[polyadic/inflate.m]], [[polyadic/kron.m]]
 
  
 
''Version 2.1, authors: [[Ilya Kuprov]]''
 
''Version 2.1, authors: [[Ilya Kuprov]]''

Revision as of 12:28, 25 April 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.

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