public int LowerBandwidth { get; }
Public ReadOnly Property LowerBandwidth As Integer
Get
public:
virtual property int LowerBandwidth {
int get () sealed;
}
abstract LowerBandwidth : int with get
override LowerBandwidth : int with get
Let be a matrix, and consider its generic entry
where and
are the
number of rows and columns of
, respectively.
The lower bandwidth of is the smallest integer,
say
, such that
if
.