Gets the half bandwidth of the matrix.

Namespace:  CenterSpace.NMath.Matrix
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

C#
public int HalfBandwidth { get; }
Visual Basic (Declaration)
Public ReadOnly Property HalfBandwidth As Integer
Visual C++
public:
property int HalfBandwidth {
	int get ();
}

Remarks

An element in the ith row, jth column is defined to be zero whenever j - i or i - j is greater than HalfBandwidth.

See Also