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