Sparse |
Name | Description | |
---|---|---|
OfColumnArrays(Complex32) | Create a new sparse matrix as a copy of the given column arrays. This new matrix will be independent from the arrays. A new memory block will be allocated for storing the matrix. | |
OfColumnArrays(IEnumerableComplex32) | Create a new sparse matrix as a copy of the given column arrays. This new matrix will be independent from the arrays. A new memory block will be allocated for storing the matrix. |