Matrix Constructor |
Name | Description | |
---|---|---|
![]() | Matrix(Double) | Construct a matrix from a 2-D jagged array. |
![]() | Matrix(Double) | Construct a matrix from a copy of a 2-D array. |
![]() | Matrix(Int32, Int32) | Construct an m-by-n matrix of zeros. |
![]() | Matrix(Double, Int32, Int32) | Construct a matrix quickly without checking arguments. |
![]() | Matrix(Int32, Int32, Double) | Construct an m-by-n constant matrix. |