Band Matrix<T>.Total Bandwidth Property
Gets the total bandwidth of the matrix.
Definition
Namespace: Numerics.NET.LinearAlgebra
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
An integer greater than or equal to one.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
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.