|
ccgsl 2.7.2
C++wrappersforGnuScientificLibrary
|
Functions to test the precision of the current solution. More...
Functions | |
| int | gradient (vector const &g, double epsabs) |
| C++ version of gsl_multimin_test_gradient(). More... | |
| int | size (double const size, double epsabs) |
| C++ version of gsl_multimin_test_size(). More... | |
Functions to test the precision of the current solution.
|
inline |
C++ version of gsl_multimin_test_gradient().
| g | A gradient |
| epsabs | An absolute tolerance |
Definition at line 402 of file multimin.hpp.
References gsl::vector::get().
|
inline |
C++ version of gsl_multimin_test_size().
| size | A size (if applicable) |
| epsabs | An absolute tolerance |
Definition at line 411 of file multimin.hpp.
References size().
Referenced by size().