 | DoubleComplexLUFactIsGood Property |
Gets a boolean value which is true if the matrix
factorization succeeded and the factorization may be used
to solve eqations, compute determinants, inverses, and so
on; otherwise false.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
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
RemarksA value of true basically means that U does
not have any zeros on its diagonal.
See Also