IMSL C# Numerical Library

SparseMatrix Constructor (SparseArray)

Constructs a sparse matrix from a SparseArray.

public SparseMatrix(
   SparseArray sparseArray
);

Parameters

sparseArray
A SparseArray used to initialize the sparse matrix. The field NumberOfNonZeros in SparseArray is not used for initialization, so it does not have to be set.

See Also

SparseMatrix Class | Imsl.Math Namespace | SparseMatrix Constructor Overload List