ccgsl 2.7.2
C++wrappersforGnuScientificLibrary
deriv.hpp File Reference
#include <gsl/gsl_deriv.h>
#include <ccgsl/function_scl.hpp>
Include dependency graph for deriv.hpp:

Go to the source code of this file.

Namespaces

namespace  gsl
 The gsl package creates an interface to the GNU Scientific Library for C++.
 
namespace  gsl::deriv
 First-order numerical differentiation.
 

Functions

int gsl::deriv::central (function_scl const &f, double x, double h, double &result, double &abserr)
 C++ version of gsl_deriv_central(). More...
 
int gsl::deriv::backward (function_scl const &f, double x, double h, double &result, double &abserr)
 C++ version of gsl_deriv_backward(). More...
 
int gsl::deriv::forward (function_scl const &f, double x, double h, double &result, double &abserr)
 C++ version of gsl_deriv_forward(). More...