#include <CrystVector.h>
Public Methods | |
CubicSpline (const CrystVector_double &x, const CrystVector_double &y, const double yp1, const double ypn) | |
Spline with given extremum derivatives. | |
CubicSpline (const CrystVector_double &x, const CrystVector_double &y) | |
Natural cubic spline. | |
~CubicSpline () | |
double | operator() (const double x) const |
Private Attributes | |
const CrystVector_double | mX |
const CrystVector_double | mY |
CrystVector_double | mYsecond |