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