Click or drag to resize

DenseMatrixOfDiagonalArray Method

Overload List
 NameDescription
Public methodStatic memberOfDiagonalArray(Double) Create a new dense matrix with the diagonal as a copy of the given array. This new matrix will be independent from the array. A new memory block will be allocated for storing the matrix.
Public methodStatic memberOfDiagonalArray(Int32, Int32, Double) Create a new dense matrix with the diagonal as a copy of the given array. This new matrix will be independent from the array. A new memory block will be allocated for storing the matrix.
Top
See Also