Gets a boolean value which is true if the matrix factorization succeeded and the factorization may be used to solve equations, compute determinants, inverses, and so on; 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 ();
}

Remarks

A value of true basically means that U does not have any zeros on its diagonal.

See Also