|
cubic_interp * | cubic_interp_init (const double *data, int n, double tmin, double dt) |
|
void | cubic_interp_free (cubic_interp *interp) |
|
double | cubic_interp_eval (const cubic_interp *interp, double t) |
|
bicubic_interp * | bicubic_interp_init (const double *data, int ns, int nt, double smin, double tmin, double ds, double dt) |
|
void | bicubic_interp_free (bicubic_interp *interp) |
|
double | bicubic_interp_eval (const bicubic_interp *interp, double s, double t) |
|
Go to the source code of this file.
◆ cubic_interp_init()
cubic_interp * cubic_interp_init |
( |
const double * |
data, |
|
|
int |
n, |
|
|
double |
tmin, |
|
|
double |
dt |
|
) |
| |
◆ cubic_interp_free()
◆ cubic_interp_eval()
double cubic_interp_eval |
( |
const cubic_interp * |
interp, |
|
|
double |
t |
|
) |
| |
◆ bicubic_interp_init()
bicubic_interp * bicubic_interp_init |
( |
const double * |
data, |
|
|
int |
ns, |
|
|
int |
nt, |
|
|
double |
smin, |
|
|
double |
tmin, |
|
|
double |
ds, |
|
|
double |
dt |
|
) |
| |
◆ bicubic_interp_free()
◆ bicubic_interp_eval()
double bicubic_interp_eval |
( |
const bicubic_interp * |
interp, |
|
|
double |
s, |
|
|
double |
t |
|
) |
| |