SparseMatrix Constructor (SparseMatrixSparseArray) |
Constructs a sparse matrix from a SparseArray.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public SparseMatrix(
SparseMatrixSparseArray sparseArray
)
Public Sub New (
sparseArray As SparseMatrixSparseArray
)
public:
SparseMatrix(
SparseMatrixSparseArray^ sparseArray
)
new :
sparseArray : SparseMatrixSparseArray -> SparseMatrix
Parameters
- sparseArray
- Type: Imsl.MathSparseMatrixSparseArray
A SparseArray used to initialize the sparse matrix. The
field NumberOfNonZeros in
SparseArray is
not used for initialization, so it does not have to be set.
See Also