Sparse |
| Name | Description | |
|---|---|---|
| OfDiagonalArray(Complex) | Create a new sparse 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. | |
| OfDiagonalArray(Int32, Int32, Complex) | Create a new sparse 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. |