klArbitraryPrecisionSolver
boost::math::tools Namespace Reference

Functions

template<class F , class T >
newton_raphson_iterate (F f, T guess, T min, T max, int digits)
 
template<class F , class T >
newton_raphson_iterate (F f, T guess, T min, T max, int digits, boost::uintmax_t &max_iter)
 
template<class F , class T >
halley_iterate (F f, T guess, T min, T max, int digits)
 
template<class F , class T >
halley_iterate (F f, T guess, T min, T max, int digits, boost::uintmax_t &max_iter)
 
template<class F , class T >
schroeder_iterate (F f, T guess, T min, T max, int digits)
 
template<class F , class T >
schroeder_iterate (F f, T guess, T min, T max, int digits, boost::uintmax_t &max_iter)
 

Function Documentation

template<class F , class T >
T boost::math::tools::halley_iterate ( f,
guess,
min,
max,
int  digits 
)

Referenced by kl_arbitrary_precision_root().

Here is the caller graph for this function:

template<class F , class T >
T boost::math::tools::halley_iterate ( f,
guess,
min,
max,
int  digits,
boost::uintmax_t &  max_iter 
)
template<class F , class T >
T boost::math::tools::newton_raphson_iterate ( f,
guess,
min,
max,
int  digits 
)
template<class F , class T >
T boost::math::tools::newton_raphson_iterate ( f,
guess,
min,
max,
int  digits,
boost::uintmax_t &  max_iter 
)
template<class F , class T >
T boost::math::tools::schroeder_iterate ( f,
guess,
min,
max,
int  digits 
)
template<class F , class T >
T boost::math::tools::schroeder_iterate ( f,
guess,
min,
max,
int  digits,
boost::uintmax_t &  max_iter 
)