|
BubbleProfiler
0.3.0
by Peter Athron, Csaba Balazs, Michael Bardsley, Andrew Fowlie, Dylan Harries & Graham White
|
contains implementation of the GSL_interpolator class More...
#include "gsl_interpolator.hpp"#include "error.hpp"#include "raii_guard.hpp"#include <gsl/gsl_errno.h>#include <algorithm>#include <string>Go to the source code of this file.
Namespaces | |
| BubbleProfiler | |
Functions | |
| Eigen::VectorXd | BubbleProfiler::interpolate_f_at (const Eigen::VectorXd &x_old, const Eigen::VectorXd &y_old, const Eigen::VectorXd &x_new) |
| Computes interpolated function values at a new set of grid points. More... | |
| Eigen::VectorXd | BubbleProfiler::interpolate_f_at (const Eigen::VectorXd &x_old, const Eigen::VectorXd &y_old, int n_old, const Eigen::VectorXd &x_new, int n_new) |
| Computes interpolated function values at a new set of grid points. More... | |
contains implementation of the GSL_interpolator class
Definition in file gsl_interpolator.cpp.
1.8.11