Constructs a new matrix.
Constructs a new matrix.
| Name | Description |
---|
  | CreateT(T, ArrayMutability) |
Constructs a new matrix from a
two-dimensional array.
|
  | CreateT(Int32, Int32) |
Constructs a new matrix with the specified
number of rows and columns
|
  | CreateT(IEnumerableT, MatrixElementOrder, ArrayMutability) |
Constructs a new matrix from a jagged array.
|
  | CreateT(Int32, Int32, MatrixElementOrder) |
Constructs a new matrix with the specified
number of rows and columns
|
  | CreateT(Int32, Int32, FuncInt32, Int32, T, ArrayMutability) |
Constructs a new matrix with the specified
number of rows and columns whose elements are all equal to the specified value.
|
  | CreateT(Int32, Int32, Array2DT, MatrixElementOrder, ArrayMutability) |
Constructs a new matrix.
|
  | CreateT(Int32, Int32, T, MatrixElementOrder, Boolean, ArrayMutability) |
Constructs a new matrix of the specified
dimensions using the specified values array.
|
  | CreateT(Int32, Int32, T, Int32, Int32, MatrixElementOrder, ArrayMutability) |
Constructs a new matrix.
|