|
ccgsl 2.7.2
C++wrappersforGnuScientificLibrary
|
Functions to test the precision of the current solution. More...
Functions | |
| int | delta (vector const &dx, vector const &x, double epsabs, double epsrel) |
| C++ version of gsl_multiroot_test_delta(). More... | |
| int | residual (vector const &f, double epsabs) |
| C++ version of gsl_multiroot_test_residual(). More... | |
Functions to test the precision of the current solution.
|
inline |
C++ version of gsl_multiroot_test_delta().
| dx | Last solver step. |
| x | Current estimate of root. |
| epsabs | Absolute error. |
| epsrel | Relative error. |
Definition at line 819 of file multiroots.hpp.
References gsl::vector::get().
|
inline |
C++ version of gsl_multiroot_test_residual().
| f | Function values at current estimate of root. |
| epsabs | Absolute error. |
Definition at line 828 of file multiroots.hpp.
References gsl::vector::get().