LALSimulation  5.4.0.1-fe68b98
LALSimIMRSpinPrecEOBGSLOptimizedInterpolation.c File Reference

Prototypes

static int SEOBNRv3OptimizedInterpolatorGeneral (REAL8 *yin, REAL8 tinit, REAL8 deltat, UINT4 num_input_times, REAL8Array **yout, size_t dim)
 

Go to the source code of this file.

Macros

#define _LALSIMIMRSPINPRECEOBGSLOPTIMIZEDINTERPOLATION_C
 

Macro Definition Documentation

◆ _LALSIMIMRSPINPRECEOBGSLOPTIMIZEDINTERPOLATION_C

#define _LALSIMIMRSPINPRECEOBGSLOPTIMIZEDINTERPOLATION_C

Function Documentation

◆ SEOBNRv3OptimizedInterpolatorGeneral()

static int SEOBNRv3OptimizedInterpolatorGeneral ( REAL8 yin,
REAL8  tinit,
REAL8  deltat,
UINT4  num_input_times,
REAL8Array **  yout,
size_t  dim 
)
static
Parameters
yin< Data to be interpolated; time first
tinit< time at which to begin interpolating
deltat< Spacing between interpolated times
num_input_times< The number of input times
yout< Interpolation output
dim< Number of quantities interpolated (e.g. if yin = {t,x,y,z} then dim 3)

Definition at line 12 of file LALSimIMRSpinPrecEOBGSLOptimizedInterpolation.c.