Version

Matrix Constructor

Overload List
OverloadDescription
Matrix Constructor()Initializes an empty Matrix instance.  
Matrix Constructor(Int32)Initializes a one-dimensional Matrix of a specified length.  
Matrix Constructor(Int32[])Initializes a zero Matrix with the specified dimensions.  
Matrix Constructor(Double,Int32[])Initializes a constant Matrix with the specified dimensions.  
Matrix Constructor(Double,Int32)Initializes a one-dimensional Matrix of the specified length and the specified value.  
Matrix Constructor(IList<Double>,Int32[])Initializes a Matrix with the specified elements and dimensions.  
Matrix Constructor(Array)Initializes a Matrix by copying the elements and dimensions of a multi-dimensional double array.  
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also