ComplexSparseMatrix Constructor (ComplexSparseMatrixSparseArray) |
Constructs a complex sparse matrix from a SparseArray object.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public ComplexSparseMatrix(
ComplexSparseMatrixSparseArray sparseArray
)
Public Sub New (
sparseArray As ComplexSparseMatrixSparseArray
)
public:
ComplexSparseMatrix(
ComplexSparseMatrixSparseArray^ sparseArray
)
new :
sparseArray : ComplexSparseMatrixSparseArray -> ComplexSparseMatrix
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