BandMatrix<T>.UpperBandwidth Property

Gets the upper bandwidth of the matrix.

Definition

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

Property Value

Int32
An integer greater than or equal to zero.

Remarks

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

See Also