Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
documentation:language_reference:objects:matrix:functions:zero [2018/08/06 11:50] – created Simon Heinzedocumentation:language_reference:objects:matrix:functions:zero [2024/12/12 18:34] (current) Maurits W. Haverkort
Line 4: Line 4:
 ### ###
 Matrix.Zero(//n//) returns a zero matrix of size $n\times n$. Matrix.Zero(//n//) returns a zero matrix of size $n\times n$.
 +
 +If the option "Userdata" is set to false (default is true) the output is returned as a table of table rather than a pointer (compare //[[documentation:language_reference:objects:matrix:functions:ToUserdata|Matrix.ToUserdata()]]// and //[[documentation:language_reference:objects:matrix:functions:ToTable|Matrix.ToTable()]]//).
 ### ###
  
Line 22: Line 24:
  
 ===== Table of contents ===== ===== Table of contents =====
-{{indexmenu>.#1|msort}}+{{indexmenu>..:#2|tsort}}
  
Print/export