|  | DoubleSymSemiPDFactIsGood Property | 
            Gets a boolean value which is true if the matrix
            factorization succeeded and the factorization may be used
            to solve equations. If this property returns false, any 
            attempt to use the factorization to solve equations using the Solve
            methods will throw an exception.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
Syntaxpublic bool IsGood { get; }Public ReadOnly Property IsGood As Boolean
	Get
public:
property bool IsGood {
	bool get ();
}member IsGood : bool with get
Property Value
Boolean Remarks
Remarks
            If the matrix being factored is rank deficeint or not positive
            semidefinite the factorization will fail.
            
 See Also
See Also