|
| void | LALSPolynomialInterpolation (LALStatus *status, SInterpolateOut *output, REAL4 target, SInterpolatePar *params) |
| |
| void | LALDPolynomialInterpolation (LALStatus *status, DInterpolateOut *output, REAL8 target, DInterpolatePar *params) |
| |
| REAL8 | XLALREAL8PolynomialInterpolation (REAL8 *yout, REAL8 xtarget, REAL8 *y, REAL8 *x, UINT4 n) |
| |
| int | XLALREAL8Interpolation (REAL8Sequence *x_in, REAL8Sequence *y_in, REAL8Sequence *x_out, REAL8Sequence *y_out, UINT4 n_data_points, const gsl_interp_type *itrp_type) |
| |
| int | XLALREAL8TimeSeriesInterpolation (REAL8TimeSeries *ts_in, REAL8Sequence *y_in, REAL8Sequence *t_in, REAL8Sequence *t_out, UINT4 n_data_points, const gsl_interp_type *itrp_type) |
| |
Go to the source code of this file.