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