Click or drag to resize

FloatComplexCsrSparseMatrix(CompressedSparseRowFloatComplex) Constructor

Constructs a FloatCSRSparseMat instance with the given data.

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

Parameters

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