Bayeux  3.4.1
Core Foundation library for SuperNEMO
Namespaces | Functions
numerical_differentiation.h File Reference
#include <mygsl/i_unary_function.h>
#include <mygsl/interval.h>

Go to the source code of this file.

Namespaces

 mygsl
 Top-level namespace of the Bayeux/mygsl module library.
 

Functions

double mygsl::derivative_central (const i_unary_function &eval_, double x_, double h_, double &abserr_)
 
double mygsl::derivative_central (const i_unary_function &eval_, double x_, double h_)
 
double mygsl::derivative_forward (const i_unary_function &eval_, double x_, double h_, double &abserr_)
 
double mygsl::derivative_forward (const i_unary_function &eval_, double x_, double h_)
 
double mygsl::derivative_backward (const i_unary_function &eval_, double x_, double h_, double &abserr_)
 
double mygsl::derivative_backward (const i_unary_function &eval_, double x_, double h_)
 
double mygsl::derivative (const i_unary_function &eval_, double x_, const interval &domain_, double &abserr_)
 
double mygsl::derivative (const i_unary_function &eval_, double x_, const interval &domain_)
 
double mygsl::derivative_central_regular_sampled_2 (double f_1_, double f1_, double h_)
 
double mygsl::derivative_central_regular_sampled_4 (double f_2_, double f_1_, double f1_, double f2_, double h_)
 
double mygsl::second_derivative_central_regular_sampled_2 (double f_1_, double f0_, double f1_, double h_)
 
double mygsl::second_derivative_central_regular_sampled_4 (double f_2_, double f_1_, double f0_, double f1_, double f2_, double h_)
 
double mygsl::derivative_forward_regular_sampled_1 (double f0_, double f1_, double h_)
 
double mygsl::derivative_forward_regular_sampled_2 (double f0_, double f1_, double f2_, double h_)
 
double mygsl::derivative_forward_regular_sampled_3 (double f0_, double f1_, double f2_, double f3_, double h_)
 
double mygsl::derivative_forward_regular_sampled_4 (double f0_, double f1_, double f2_, double f3_, double f4_, double h_)
 
double mygsl::second_derivative_forward_regular_sampled_1 (double f0_, double f1_, double f2_, double h_)
 
double mygsl::second_derivative_forward_regular_sampled_2 (double f0_, double f1_, double f2_, double f3_, double h_)
 
double mygsl::derivative_backward_regular_sampled_1 (double f_1_, double f0_, double h_)
 
double mygsl::derivative_backward_regular_sampled_2 (double f_2_, double f_1_, double f0_, double h_)
 
double mygsl::derivative_backward_regular_sampled_3 (double f_3_, double f_2_, double f_1_, double f0_, double h_)
 
double mygsl::derivative_backward_regular_sampled_4 (double f_4_, double f_3_, double f_2_, double f_1_, double f0_, double h_)
 
double mygsl::second_derivative_backward_regular_sampled_1 (double f_2_, double f_1_, double f0_, double h_)
 
double mygsl::second_derivative_backward_regular_sampled_2 (double f_3_, double f_2_, double f_1_, double f_0_, double h_)