Click or drag to resize
SparseMatrix Constructor (SparseMatrixSparseArray)
Constructs a sparse matrix from a SparseArray.

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

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