Effective implementation of algorithms (Master Thesis)
Effective and error-free implementation of algorithms
|
convex_min(ConvexFunction< T > *f, T left, T right, T precision) | math::binsearch::FunctionBinsearch< T > | [inline] |
number_of_iterations(T left, T right, T precision, double division) | math::binsearch::FunctionBinsearch< T > | [inline, private] |
root(Function< T > *f, T left, T right, T precision) | math::binsearch::FunctionBinsearch< T > | [inline] |