| _are_checking_function_calls | numerical::Opt< N, Function, T, Point > | [protected] |
| _function | numerical::Opt< N, Function, T, Point > | [protected] |
| _max_function_calls | numerical::Opt< N, Function, T, Point > | [protected] |
| _num_function_calls | numerical::Opt< N, Function, T, Point > | [protected] |
| diameter() const | numerical::Simplex< N, Function, T, Point > | [inline] |
| dimension() | numerical::Opt< N, Function, T, Point > | [inline, static] |
| evaluate_function(const point_type &x) | numerical::Opt< N, Function, T, Point > | [inline, protected] |
| evaluate_gradient(const point_type &x, point_type &gradient) | numerical::Opt< N, Function, T, Point > | [inline, protected] |
| evaluate_numeric_gradient(const point_type &x, point_type &gradient, const number_type delta=0.0) | numerical::Opt< N, Function, T, Point > | [inline, protected] |
| find_minimum(const point_type &starting_point) | numerical::Simplex< N, Function, T, Point > | |
| find_minimum(const ads::FixedArray< N+1, point_type > &vertices) | numerical::Simplex< N, Function, T, Point > | |
| function() const | numerical::Opt< N, Function, T, Point > | [inline] |
| function_type typedef | numerical::Simplex< N, Function, T, Point > | |
| max_function_calls() | numerical::Opt< N, Function, T, Point > | [inline] |
| minimum_point() const | numerical::Simplex< N, Function, T, Point > | [inline] |
| minimum_value() const | numerical::Simplex< N, Function, T, Point > | [inline] |
| num_function_calls() const | numerical::Opt< N, Function, T, Point > | [inline] |
| number_type typedef | numerical::Simplex< N, Function, T, Point > | |
| Opt(const function_type &function, const int max_function_calls=10000, const bool are_checking_function_calls=true) | numerical::Opt< N, Function, T, Point > | [inline, protected] |
| point_type typedef | numerical::Simplex< N, Function, T, Point > | |
| reset_num_function_calls() | numerical::Opt< N, Function, T, Point > | [inline] |
| set_are_checking_function_calls(const bool are_checking) | numerical::Opt< N, Function, T, Point > | [inline] |
| set_max_function_calls(const int max_function_calls) | numerical::Opt< N, Function, T, Point > | [inline] |
| set_offset(const number_type offset) | numerical::Simplex< N, Function, T, Point > | [inline] |
| set_tolerance(const number_type tolerance) | numerical::Simplex< N, Function, T, Point > | [inline] |
| Simplex(const function_type &function, const number_type tolerance=std::sqrt(std::numeric_limits< number_type >::epsilon()), const number_type offset=std::pow(std::numeric_limits< number_type >::epsilon(), 0.25), const int max_function_calls=10000) | numerical::Simplex< N, Function, T, Point > | |
| ~Opt() | numerical::Opt< N, Function, T, Point > | [inline, protected, virtual] |
| ~Simplex() | numerical::Simplex< N, Function, T, Point > | [inline, virtual] |