BubbleProfiler  0.3.0
by Peter Athron, Csaba Balazs, Michael Bardsley, Andrew Fowlie, Dylan Harries & Graham White
Classes | Namespaces | Functions
gsl_interpolator.hpp File Reference

contains the definition of the GSL_interpolator class More...

#include <Eigen/Core>
#include <gsl/gsl_spline.h>
#include <gsl/gsl_version.h>
#include <memory>
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  BubbleProfiler::GSL_interpolator
 Provides routines for carrying out 1D interpolation. More...
 
struct  BubbleProfiler::GSL_interpolator::GSL_accel_deleter
 
struct  BubbleProfiler::GSL_interpolator::GSL_spline_deleter
 

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...
 

Detailed Description

contains the definition of the GSL_interpolator class

Definition in file gsl_interpolator.hpp.