Click or drag to resize

FloatSymPDTriDiagFactIsGood Property

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

Property Value

Boolean
See Also