Click or drag to resize

Matrix Constructor

Overload List
 NameDescription
Public methodMatrix(Double)Construct a matrix from a 2-D jagged array.
Public methodMatrix(Double)Construct a matrix from a copy of a 2-D array.
Public methodMatrix(Int32, Int32)Construct an m-by-n matrix of zeros.
Public methodMatrix(Double, Int32, Int32)Construct a matrix quickly without checking arguments.
Public methodMatrix(Int32, Int32, Double)Construct an m-by-n constant matrix.
Top
See Also