DiFfRG
|
#include <array>
#include <functional>
#include <stdexcept>
#include <gsl/gsl_errno.h>
#include <gsl/gsl_math.h>
#include <gsl/gsl_multimin.h>
Go to the source code of this file.
Classes | |
class | DiFfRG::AbstractMinimizer< dim > |
Abstract class for minimization in arbitrary dimensions. More... | |
class | DiFfRG::AbstractMinimizer< 1 > |
class | DiFfRG::GSLSimplexMinimizer< dim > |
Minimizer using the Nelder-Mead simplex algorithm from GSL. More... | |
class | DiFfRG::GSLMinimizer1D |
Minimizer in 1D using either the golden section, Brent or quadratic method from GSL. More... | |
Namespaces | |
namespace | DiFfRG |