Click or drag to resize

DoubleCsrSparseMatrix(CompressedSparseRowDouble) Constructor

Constructs a DoubleCsrSparseMatrix instance with the given data.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public DoubleCsrSparseMatrix(
	CompressedSparseRow<double> data
)

Parameters

data  CompressedSparseRowDouble
The data.
Remarks
The data is NOT copied.
See Also