Click or drag to resize

DoubleMatrixLowerBandwidth Property

Gets the lower bandwidth of this instance.

Namespace:  Novacta.Analytics
Assembly:  Novacta.Analytics (in Novacta.Analytics.dll) Version: 2.0.0
Syntax
public int LowerBandwidth { get; }

Property Value

Type: Int32
The matrix lower bandwidth.

Implements

IMatrixPatternsLowerBandwidth
Remarks

Let LaTeX equation be a matrix, and consider its generic entry

LaTeX equation

where LaTeX equation and LaTeX equation are the number of rows and columns of LaTeX equation, respectively.

The lower bandwidth of LaTeX equation is the smallest integer, say LaTeX equation, such that LaTeX equation if LaTeX equation.

See Also