Click or drag to resize

FloatSymBandMatrixBandwidth Property

Gets the bandwidth of the matrix.

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

Property Value

Int32
Remarks
This is equal to 2*HalfBandwidth + 1
See Also