Go to the documentation of this file.
33 void set_points(
const std::vector<double>& x,
const std::vector<double>& y,
34 bool cubic_spline =
true);
std::vector< double > m_d
Definition: spline.hpp:29
std::vector< double > m_y
Definition: spline.hpp:26
Class for cubic spline interpolation.
Definition: spline.hpp:24
void set_points(const std::vector< double > &x, const std::vector< double > &y, bool cubic_spline=true)
Definition: spline.cpp:6
Spline()
Definition: spline.hpp:31
std::vector< double > m_x
Definition: spline.hpp:26
std::vector< double > m_b
Definition: spline.hpp:29
double operator()(double x) const
Definition: spline.cpp:66
std::vector< double > m_c
Definition: spline.hpp:29
std::vector< double > m_a
Definition: spline.hpp:29