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

Go to the source code of this file.
Classes | |
| class | gsl::multilarge::nlinear::function_fdf |
| Class that extends gsl_multilarge_nlinear_fdf so that it can be constructed from arbitrary function objects. More... | |
| struct | gsl::multilarge::nlinear::function_fdf::concept_fdf |
| This is an abstract base class. More... | |
| struct | gsl::multilarge::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::multilarge |
| This namespace handles large dense systems. | |
| namespace | gsl::multilarge::nlinear |
| Linear systems. | |
Functions | |
| template<typename T > | |
| void | gsl::multilarge::nlinear::function_constructor (function_fdf &f, T &t) |
| template<typename T > | |
| function_fdf | gsl::multilarge::nlinear::make_function_fdf (T &t) |
| Make a gsl::multilarge::nlinear::function_fdf from a function object that implements gsl::multilarge::nlinear::function_fdf::concept. More... | |