BandMatrix<T>.LowerBandwidth Property

Gets the lower bandwidth of the matrix.

Definition

Namespace: Numerics.NET.LinearAlgebra
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public int LowerBandwidth { get; }

Property Value

Int32
An integer greater than or equal to zero.

Remarks

The lower bandwidth is the number of diagonals below the main diagonal that may contain nonzero components. The lower bandwidth of an upper band matrix is zero.

See Also