Difference between revisions of "Opium/full.m"

From Spinach Documentation Wiki
Jump to: navigation, search
(Created page with "{{DISPLAYTITLE:opium/full.m}} __NOTOC__ Converts an OPIUM object into a full unit matrix. ==Syntax== M=full(M) ==Arguments== M - an OPIUM object ==Outputs==...")
 
(Normalise sequential blank lines)
Line 17: Line 17:
 
==See also==
 
==See also==
 
[[Tensor_train_module#OPIUM_object|OPIUM object]]
 
[[Tensor_train_module#OPIUM_object|OPIUM object]]
 
  
 
''Version 2.7, authors: [[Ilya Kuprov]]''
 
''Version 2.7, authors: [[Ilya Kuprov]]''

Revision as of 12:28, 25 April 2026

Converts an OPIUM object into a full unit matrix.

Syntax

    M=full(M)

Arguments

    M - an OPIUM object

Outputs

    M - a full unit matrix of app-
        ropriate dimension

See also

OPIUM object

Version 2.7, authors: Ilya Kuprov