PARTONS/NumA++  
Numerical Analysis C++ routines
NumA::Brent Member List

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::Brentinline