Returns true if all the eigenvalues and eigenvectors were successfully computed; otherwise, false.

Namespace:  CenterSpace.NMath.Matrix
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

C#
public bool IsGood { get; }
Visual Basic (Declaration)
Public ReadOnly Property IsGood As Boolean
Visual C++
public:
property bool IsGood {
	bool get ();
}

See Also