__declspec(property(get = GetPivotingPerturbation, put = SetPivotingPerturbation)) int PivotingPerturbation;
Specifies how to handle small pivots.
Read:
int GetPivotingPerturbation();Write:
void SetPivotingPerturbation(const int Value);Remarks:
Defines an Eps as 10^(-PivotingPerturbation). This eps is then used to determine the magnitude of a potential pivot. A setting of -1 defines a default value of 13 for general and 8 for symmetric matrices.
Declared in Dew::Math::TPardisoSettings · Dew.Math/sparse.h · Cross-compiler