Difference between revisions of "Opium/full.m"

From Spinach Documentation Wiki
Jump to: navigation, search
(Normalise sequential blank lines)
(Update function See also links and function index membership)
 
(One intermediate revision by the same user not shown)
Line 6: Line 6:
 
     M=full(M)
 
     M=full(M)
  
==Arguments==
+
==Parameters==
  
 
     M - an OPIUM object
 
     M - an OPIUM object
Line 16: Line 16:
  
 
==See also==
 
==See also==
[[Tensor_train_module#OPIUM_object|OPIUM object]]
+
[[opium/kron.m]], [[opium/mtimes.m]], [[opium/opium.m]], [[opium/size.m]], [[Tensor_train_module]]
  
 
''Version 2.7, authors: [[Ilya Kuprov]]''
 
''Version 2.7, authors: [[Ilya Kuprov]]''

Latest revision as of 19:39, 6 June 2026

Converts an OPIUM object into a full unit matrix.

Syntax

    M=full(M)

Parameters

    M - an OPIUM object

Outputs

    M - a full unit matrix of app-
        ropriate dimension

See also

opium/kron.m, opium/mtimes.m, opium/opium.m, opium/size.m, Tensor_train_module

Version 2.7, authors: Ilya Kuprov