Click or drag to resize
ComplexSparseMatrix Constructor (ComplexSparseMatrixSparseArray)
Constructs a complex sparse matrix from a SparseArray object.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public ComplexSparseMatrix(
	ComplexSparseMatrixSparseArray sparseArray
)

Parameters

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