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