BandMatrix<T>.TotalBandwidth Property

Gets the total bandwidth of the matrix.

Definition

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

Property Value

Int32
An 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.

See Also