 | FloatComplexQRLeastSqIsGood Property |
Gets a boolean value that is true if the QR
decomposition may be used to solve least
squares problems; 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
See Also