Returns the sparse matrix in the SparseArray form.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public SparseMatrix..::.SparseArray ToSparseArray()
Visual Basic (Declaration)
Public Function ToSparseArray As SparseMatrix..::.SparseArray
Visual C++
public:
SparseMatrix..::.SparseArray^ ToSparseArray()

Return Value

A SparseArray object representing the sparse matrix.

See Also