interpolate.h Source File
LibRPA
|
interpolate.h
Go to the documentation of this file.
double operator()(double x) const
interpolate on individual x
Definition: interpolate.cpp:71
std::vector< double > interp_cubic_spline(const std::vector< double > &xs, const std::vector< double > &ys, const std::vector< double > &xs_new)
Helper function to performance cubic spline interpolation.
Definition: interpolate.cpp:149
Definition: analycont.cpp:14
Generated by