PARTONS/NumA++
|
Numerical Analysis C++ routines
|
This is the complete list of members for NumA::Brent, including all inherited members.
solve(OBJ *object, FUNC function, std::vector< double > &funcParameters, double a, double b, const double absTolerance=1e-8, const double relTolerance=1e-10, const size_t maxIteration=50) | NumA::Brent | inline |