OpenWAM
|
Public Member Functions | |
Hermite_interp (dVector &xv, dVector &yv) | |
void | operator() (dVector &xv, dVector &yv) |
void | sety2 (const double *xv, const double *yv) |
double | rawinterp (int j, double x) |
![]() | |
Base_interp (dVector &x, const double *y, int m) | |
double | interp (double x) |
int | locate (const double x) |
int | hunt (const double x) |
Public Attributes | |
dVector | y2 |
![]() | |
int | n |
int | mm |
int | jsav |
int | cor |
int | dj |
const double * | xx |
const double * | yy |
Definition at line 311 of file Math_wam.h.