#include <TooN/optimization/brent.h>
#include <TooN/TooN.h>
#include <TooN/helpers.h>
#include <limits>
#include <cmath>
#include <cstdlib>
#include <iomanip>
#include <utility>
#include <cassert>
Go to the source code of this file.
Classes | |
struct | TooN::ConjugateGradient< Size, Precision > |
struct | TooN::Internal::LineSearch< Size, Precision, Func > |
Namespaces | |
namespace | TooN |
Everything lives inside this namespace. | |
namespace | TooN::Internal |
Functions | |
template<typename Precision , typename Func > | |
Matrix< 3, 2, Precision > | TooN::Internal::bracket_minimum_forward (Precision a_val, const Func &func, Precision initial_lambda, Precision zeps) |