IMSL C# Numerical Library

ComplexSparseMatrix Constructor (SparseArray)

Constructs a complex sparse matrix from a SparseArray object.

public ComplexSparseMatrix(
   SparseArray sparseArray
);

Parameters

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

See Also

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