Alexandria  2.18
Please provide a description of the project.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Namespaces | Functions
FiniteDifference.cpp File Reference
#include "MathUtils/numericalDifferentiation/FiniteDifference.h"
#include <cmath>
#include <limits>
Include dependency graph for FiniteDifference.cpp:

Go to the source code of this file.

Namespaces

 Euclid
 
 Euclid::MathUtils
 

Functions

static double Euclid::MathUtils::guess_h (double initial_h, double x)
 
double Euclid::MathUtils::derivative (const Function &f, const double x)
 
double Euclid::MathUtils::derivative2nd (const Function &f, const double x)