|
DiFfRG
|
#include <memory>#include <vector>#include <boost/math/interpolators/barycentric_rational.hpp>#include <gsl/gsl_spline.h>Go to the source code of this file.
Classes | |
| class | DiFfRG::Interpolation::Barycentric |
| This class takes in x-dependent data and interpolates it to a given x on request. More... | |
| class | DiFfRG::Interpolation::CubicSpline |
| This class takes in x-dependent data and interpolates it to a given x on request. This class uses the cubic spline methods from gsl to interpolate the data. More... | |
Namespaces | |
| namespace | DiFfRG |
| namespace | DiFfRG::Interpolation |