| DoubleSymBandMatrixHalfBandwidth Property |
Gets the half bandwidth of the matrix.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntax public int HalfBandwidth { get; }
Public ReadOnly Property HalfBandwidth As Integer
Get
public:
property int HalfBandwidth {
int get ();
}
member HalfBandwidth : int with get
Property Value
Int32Remarks
An element in the ith row, jth
column is defined to be zero whenever j - i or i - j is greater than
HalfBandwidth.
See Also