Go to the documentation of this file.
13 bool akima(
double *x0,
double *y0,
int nx,
double *xi,
double *yi,
int nxi,
int extrapolation_type,
double ub,
double lb,
double ub_x = 0,
double lb_x = 0);
14 double akima2(
double *x,
double *y,
int nx,
double *xx,
double *yy,
int nnx,
double ub,
double lb);