#include <TooN/TooN.h>
#include <TooN/helpers.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::brent_line_search (Precision a, Precision x, Precision b, Precision fx, const Functor &func, int maxiterations, Precision tolerance=sqrt(numeric_limits< Precision >::epsilon()), Precision epsilon=numeric_limits< Precision >::epsilon()) |