File defining o2scl::mmin_base, o2scl::grad_funct, o2scl::gradient, and o2scl::gradient_gsl. More...
#include <o2scl/multi_funct.h>
#include <o2scl/mm_funct.h>
#include <o2scl/string_conv.h>
Go to the source code of this file.
Classes | |
class | o2scl::gradient< func_t, vec_t > |
Class for automatically computing gradients [abstract base]. More... | |
class | o2scl::gradient_gsl< func_t, vec_t > |
Simple automatic computation of gradient by finite differencing. More... | |
class | o2scl::mmin_base< func_t, dfunc_t, vec_t > |
Multidimensional minimization [abstract base]. More... | |
Namespaces | |
o2scl | |
The main O2scl namespace. | |
Typedefs | |
typedef std::function< int(size_t, boost::numeric::ublas::vector< double > &, boost::numeric::ublas::vector< double > &)> | o2scl::grad_funct |
Array of multi-dimensional functions typedef in src/min/mmin.h. | |
Documentation generated with Doxygen. Provided under the
GNU Free Documentation License (see License Information).