#include <cmath>
#include <utl/ErrorLogger.h>
Go to the source code of this file.
Namespaces | |
utl | |
Functions | |
double | utl::PolynomialInterpolation (const unsigned int n, const double px[], const double py[], const double x, double &dy) |
Perform polynomial interpolation or extrapolation. More... | |
double | utl::PolynomialInterpolation (const unsigned int n, const double px[], const double py[], const double x) |
Perform polynomial interpolation or extrapolation with approximation control. More... | |