Click or drag to resize

FloatHermCsrSparseMatrix(CompressedSparseRowFloatComplex) Constructor

Constructs a FloatHermCsrSparseMatrix instance with the given data. Only the upper triangular part of the data will be referenced.

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

Parameters

data  CompressedSparseRowFloatComplex
The data.
Remarks
If lower triangular data has to be removed, a copy will made.
See Also