Gets the lower bandwidth of the matrix.

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

Syntax

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

Remarks

An element in the ith row, jth column is defined to be zero whenever i - j > LowerBandwidth.

See Also