Public Member Functions | |
Spline (REAL const X[], REAL const Y[], int Size) | |
~Spline () | |
REAL | Eval (REAL x) const |
bool | CheckRange (REAL x) const |
REAL | YRange () const |
Private Attributes | |
int | _n |
REAL * | _x |
REAL * | _a |
REAL * | _b |
REAL * | _c |
REAL * | _d |
Friends | |
std::ostream & | operator<< (std::ostream &os, Spline const &S) |
Definition at line 44 of file spline.h.