Band Matrix<T>.Upper Bandwidth Property
Gets the upper bandwidth of the matrix.
Definition
Namespace: Numerics.NET.LinearAlgebra
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
An integer greater than or equal to zero.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public int UpperBandwidth { get; }
Property Value
Int32An 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.