  | DoubleHermitianPDFactIsPositiveDefinite Property | 
            Gets a boolean value which is true if the
            matrix is positive definite and the factorization 
            may be used to solve equations, compute determinants, 
            inverses, and so on; otherwise false.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic bool IsPositiveDefinite { get; }Public ReadOnly Property IsPositiveDefinite As Boolean
	Get
public:
property bool IsPositiveDefinite {
	bool get ();
}member IsPositiveDefinite : bool with get
Property Value
Boolean
See Also