SparseMatrixToSparseArray Method |
Returns the sparse matrix in the SparseArray form.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public SparseMatrixSparseArray ToSparseArray()
Public Function ToSparseArray As SparseMatrixSparseArray
public:
SparseMatrixSparseArray^ ToSparseArray()
member ToSparseArray : unit -> SparseMatrixSparseArray
Return Value
Type:
SparseMatrixSparseArray
A
SparseArray object representing the sparse matrix.
See Also