Click or drag to resize

FloatCsrSparseMatrix(CompressedSparseRowSingle) Constructor

Constructs a FloatCSRSparseMat instance with the given data.

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

Parameters

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