|
ccgsl 2.7.2
C++wrappersforGnuScientificLibrary
|
#include <algorithm>#include <gsl/gsl_multifit_nlinear.h>#include "vector.hpp"#include "matrix.hpp"

Go to the source code of this file.
Classes | |
| class | gsl::multifit::nlinear::function_fdf |
| Class that extends gsl_multifit_nlinear_fdf so that it can be constructed from arbitrary function objects. More... | |
| struct | gsl::multifit::nlinear::function_fdf::concept_f |
| This is an abstract base class. More... | |
| struct | gsl::multifit::nlinear::function_fdf::concept_df |
| This is an abstract base class. More... | |
| struct | gsl::multifit::nlinear::function_fdf::concept_fvv |
| This is an abstract base class. More... | |
Namespaces | |
| namespace | gsl |
| The gsl package creates an interface to the GNU Scientific Library for C++. | |
| namespace | gsl::multifit |
| This namespace gives access to all the gsl_fit functions and allows us to use gsl::vector and gsl::matrix shared pointers. | |
| namespace | gsl::multifit::nlinear |
| Namespace for gsl_multifit_nlinear functions. | |
Functions | |
| template<typename T > | |
| void | gsl::multifit::nlinear::function_constructor (function_fdf &f, T &t) |
| template<typename T > | |
| function_fdf | gsl::multifit::nlinear::make_function_fdf (T &t) |
| Make a gsl::multifit::nlinear::function_fdf from a function object that implements gsl::multifit::nlinear::function_fdf::concept. More... | |