Click or drag to resize
ComplexSparseMatrixToSparseArray Method
Returns the sparse matrix in the SparseArray form.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public ComplexSparseMatrixSparseArray ToSparseArray()

Return Value

Type: ComplexSparseMatrixSparseArray
A ComplexSparseMatrix.SparseArray containing the complex sparse matrix in sparse array form.
See Also