|
ccgsl 2.7.2
C++wrappersforGnuScientificLibrary
|
#include <gsl/gsl_multiroots.h>#include "vector.hpp"#include "multiroot_function.hpp"#include "matrix.hpp"#include "multiroot_function_fdf.hpp"
Go to the source code of this file.
Classes | |
| class | gsl::multiroot::fsolver |
| Workspace for solving multidimensional root finding problems. More... | |
| class | gsl::multiroot::fdfsolver |
| Workspace for solving multidimensional root finding problems. More... | |
Namespaces | |
| namespace | gsl |
| The gsl package creates an interface to the GNU Scientific Library for C++. | |
| namespace | gsl::multiroot |
| Namespace for multidimensional root finding. | |
| namespace | gsl::multiroot::test |
| Functions to test the precision of the current solution. | |
Functions | |
| int | gsl::multiroot::fdjacobian (multiroot::function &F, vector const &x, vector const &f, double epsrel, matrix &jacobian) |
| C++ version of gsl_multiroot_fdjacobian(). More... | |
| int | gsl::multiroot::test::delta (vector const &dx, vector const &x, double epsabs, double epsrel) |
| C++ version of gsl_multiroot_test_delta(). More... | |
| int | gsl::multiroot::test::residual (vector const &f, double epsabs) |
| C++ version of gsl_multiroot_test_residual(). More... | |