Click or drag to resize

FloatBandMatrixBandwidth 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 the number of non-zero elements in each column and is equal to LowerBandwidth + UpperBandwidth + 1
See Also