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

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

Return Value

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