LALInspiral 5.0.3.1-eeff03c
LALSQTPNIntegrator.c File Reference

Contains the function definitions needed by the integration method. More...

Prototypes

int XLALSQTPNIntegratorInit (LALSQTPNIntegratorSystem *integrator, INT2 num, void *params, int(*derivator)(REAL8, const REAL8[], REAL8[], void *))
 The function initialize the integration method. More...
 
void XLALSQTPNIntegratorFree (LALSQTPNIntegratorSystem *integrator)
 The function deallocates the memory allocated for the integrator function. More...
 
int XLALSQTPNIntegratorFunc (REAL8 values[], LALSQTPNIntegratorSystem *integrator, REAL8 step)
 The function evolves the system with the given time-step. More...
 

Detailed Description

Contains the function definitions needed by the integration method.

Author
László Veréb
Date
2010.05.21.

Definition in file LALSQTPNIntegrator.c.

Go to the source code of this file.