Click or drag to resize

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.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public bool IsGood { get; }

Property Value

Boolean
Remarks
If the matrix being factored is rank deficeint or not positive semidefinite the factorization will fail.
See Also