Click or drag to resize

DoubleSymCsrSparseMatrix(CompressedSparseRowDouble) Constructor

Constructs a DoubleSymCsrSparseMatrix 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 DoubleSymCsrSparseMatrix(
	CompressedSparseRow<double> data
)

Parameters

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