Dense |
Name | Description | |
---|---|---|
OfDiagonalVector(VectorSingle) | Create a new dense matrix with the diagonal as a copy of the given vector. This new matrix will be independent from the vector. A new memory block will be allocated for storing the matrix. | |
OfDiagonalVector(Int32, Int32, VectorSingle) | Create a new dense matrix with the diagonal as a copy of the given vector. This new matrix will be independent from the vector. A new memory block will be allocated for storing the matrix. |