Click or drag to resize

DoubleComplexBandMatrixUpperBandwidth Property

Gets the upper bandwidth of the matrix.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public int UpperBandwidth { get; }

Property Value

Int32
Remarks
An element in the ith row, jth column is defined to be zero whenever j - i > UpperBandwidth.
See Also