Constructs a complex sparse matrix from a SparseArray object.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public ComplexSparseMatrix(
	ComplexSparseMatrix..::.SparseArray sparseArray
)
Visual Basic (Declaration)
Public Sub New ( _
	sparseArray As ComplexSparseMatrix..::.SparseArray _
)
Visual C++
public:
ComplexSparseMatrix(
	ComplexSparseMatrix..::.SparseArray^ sparseArray
)

Parameters

sparseArray
Type: Imsl.Math..::.ComplexSparseMatrix..::.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