IMSL C# Numerical Library

ComplexSparseMatrix.ToSparseArray Method 

Returns the sparse matrix in the SparseArray form.

public SparseArray ToSparseArray();

Return Value

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

See Also

ComplexSparseMatrix Class | Imsl.Math Namespace | ComplexSparseMatrix.SparseArray