Go to the source code of this file.
Functions | |
void | polint (double *xa, double *ya, int n, double x, double *y, double *dy) |
Some other interpolation from numerical recepies. |
Definition in file polint.h.
void polint | ( | double * | xa, | |
double * | ya, | |||
int | n, | |||
double | x, | |||
double * | y, | |||
double * | dy | |||
) |
Some other interpolation from numerical recepies.
Definition at line 14 of file polint.cpp.
References Output::echo(), and i.
Referenced by Matrix1D< T >::Polint().