 | FloatHermitianEigDecompIsGood Property |
Returns true if all the eigenvalues and eigenvectors were
successfully computed; otherwise, false.
Namespace:
CenterSpace.NMath.Core
Assembly:
NMath (in NMath.dll) Version: 7.3
Syntaxpublic bool IsGood { get; }
Public ReadOnly Property IsGood As Boolean
Get
public:
property bool IsGood {
bool get ();
}
member IsGood : bool with get
Property Value
Type:
Boolean
See Also