Alexandria 2.31.0
SDC-CH common library for the Euclid project
Loading...
Searching...
No Matches
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

namespace  Euclid
 
namespace  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)