Click or drag to resize
SparseMatrix.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 SparseMatrix. SparseArray ToSparseArray()

Return Value

Type: SparseMatrix.SparseArray
A SparseArray object representing the sparse matrix.
See Also