Click or drag to resize

FloatHermitianBandMatrixIsDiagonalReal Method

Determines if the main diagonal elements are real values.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public bool IsDiagonalReal()

Return Value

Boolean
True if the main diagonal is real;false, otherwise.
See Also