Band Matrix<T>.Total Bandwidth Property
Gets the total bandwidth of the matrix.
Definition
Namespace: Extreme.Mathematics.LinearAlgebra
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
An integer greater than or equal to one.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public int TotalBandwidth { get; }
Property Value
Int32An integer greater than or equal to one.
Remarks
The total bandwidth is the number of diagonals including the main diagonal that may contain nonzero components.