Click or drag to resize

DoubleComplexCsrSparseMatrix(CompressedSparseRowDoubleComplex) Constructor

Constructs a DoubleCSRSparseMat instance with the given data.

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

Parameters

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