| FloatComplexBandMatrixBandwidth Property |
Gets the bandwidth of the matrix.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntax public int Bandwidth { get; }
Public ReadOnly Property Bandwidth As Integer
Get
public:
property int Bandwidth {
int get ();
}
member Bandwidth : int with get
Property Value
Int32Remarks
This is the number of non-zero elements
in each column and is equal to LowerBandwidth + UpperBandwidth + 1
See Also