Click or drag to resize

FloatSymBandMatrixDataVector Property

Gets the data vector referenced by this matrix.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public FloatVector DataVector { get; }

Property Value

FloatVector
Remarks
The data is stored using the storage scheme described in the class summary.
See Also