Click or drag to resize

FloatSymCsrSparseMatrix(CompressedSparseRowSingle) Constructor

Constructs a FloatSymCsrSparseMatrix 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 FloatSymCsrSparseMatrix(
	CompressedSparseRow<float> data
)

Parameters

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