#include <TooN/TooN.h>
#include <limits>
#include <cmath>
#include <cstdlib>
#include <iomanip>
Go to the source code of this file.
Namespaces | |
namespace | TooN |
Everything lives inside this namespace. | |
Functions | |
template<class Functor , class Precision > | |
Vector< 2, Precision > | TooN::golden_section_search (Precision a, Precision b, Precision c, const Functor &func, int maxiterations, Precision tol=sqrt(numeric_limits< Precision >::epsilon())) |
template<class Functor , class Precision > | |
Vector< 2, Precision > | TooN::golden_section_search (Precision a, Precision b, Precision c, Precision fb, const Functor &func, int maxiterations, Precision tol=sqrt(numeric_limits< Precision >::epsilon())) |