TIterativeStopTest::TIterativeStopTest Constructor

Overload List

#SignatureDescription
1TIterativeStopTest();
2TIterativeStopTest(decltype(nullptr));
3TIterativeStopTest(void *__d, void (*__c)(void *, bool &, DewArray<double> &));
4TIterativeStopTest(void (*__f)(bool &, DewArray<double> &));

Overload 1: TIterativeStopTest();

Declared in Dew::Math::TIterativeStopTest · Dew.Math/sparse.h · Cross-compiler

Overload 2: TIterativeStopTest(decltype(nullptr));

#NameTypeDescription
1decltype(nullptr)
Declared in Dew::Math::TIterativeStopTest · Dew.Math/sparse.h · Cross-compiler

Overload 3: TIterativeStopTest(void *__d, void (*__c)(void *, bool &, DewArray<double> &));

#NameTypeDescription
1__dvoid *
2__cvoid (*)(void *, bool &, DewArray<double> &)
Declared in Dew::Math::TIterativeStopTest · Dew.Math/sparse.h · Cross-compiler

Overload 4: TIterativeStopTest(void (*__f)(bool &, DewArray<double> &));

#NameTypeDescription
1__fvoid (*)(bool &, DewArray<double> &)
Declared in Dew::Math::TIterativeStopTest · Dew.Math/sparse.h · Cross-compiler