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