Returns the sparse matrix in the SparseArray form.

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

Syntax

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

Return Value

A ComplexSparseMatrix.SparseArray containing the complex sparse matrix in sparse array form.

See Also