Click or drag to resize

DoubleComplexTriDiagMatrixDataVector Property

Gets the data vector referenced by this matrix.

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

Property Value

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