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

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

Return Value

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