DenseMatrix Constructor |
Name | Description | |
---|---|---|
DenseMatrix(Double) |
Initializes a new instance from a two-dimensional array of values.
| |
DenseMatrix(Double) |
Initializes a new instance from a two-dimensional array of doubles.
| |
DenseMatrix(Matrix) |
Initializes a new DenseMatrix from an existing Matrix.
| |
DenseMatrix(Matrix3By3) |
Initializes a new instance from an existing Matrix3By3.
| |
DenseMatrix(Matrix6By6) |
Initializes a new instance from an existing Matrix6By6.
| |
DenseMatrix(DenseMatrix, CopyContext) | Initializes a new instance as a copy of an existing instance. | |
DenseMatrix(Double, Int32) |
Initializes a new instance from a one-dimensional packed array.
| |
DenseMatrix(Int32, Int32) |
Initializes a new instance with the specified row and column dimensions.
All elements of the matrix will default to zero.
| |
DenseMatrix(Double, Int32, Int32) |
Construct a matrix without copying the given array.
| |
DenseMatrix(Int32, Int32, Double) |
Initializes a new instance with the specified row and column dimensions.
All elements of the matrix will be set to the provided value.
|