ccgsl 2.7.2
C++wrappersforGnuScientificLibrary
multimin.hpp File Reference
#include <new>
#include "multimin_function_fdf.hpp"
Include dependency graph for multimin.hpp:

Go to the source code of this file.

Classes

class  gsl::multimin::fminimizer
 Workspace for fminimizer. More...
 
class  gsl::multimin::fdfminimizer
 Workspace for fdfminimizer. More...
 

Namespaces

namespace  gsl
 The gsl package creates an interface to the GNU Scientific Library for C++.
 
namespace  gsl::multimin
 Multidimensional minimisation.
 
namespace  gsl::multimin::test
 Functions to test the precision of the current solution.
 

Functions

int gsl::multimin::diff (multimin::function const &f, vector const &x, vector &g)
 C++ version of gsl_multimin_diff(). More...
 
int gsl::multimin::diff (gsl_multimin_function const *f, vector const &x, vector &g)
 C++ version of gsl_multimin_diff(). More...
 
int gsl::multimin::test::gradient (vector const &g, double epsabs)
 C++ version of gsl_multimin_test_gradient(). More...
 
int gsl::multimin::test::size (double const size, double epsabs)
 C++ version of gsl_multimin_test_size(). More...