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... | |
Go to the source code of this file.
Data Structures | |
| struct | LALSQTPNIntegratorSystem |
| The structure contains the integration method and its settings. More... | |