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... | |
Contains the function definitions needed by the integration method.
Definition in file LALSQTPNIntegrator.c.