Structure containing steps and controls for the GSL Runge-Kutta solver.
Definition at line 635 of file LALInspiral.h.
Data Fields | |
| const gsl_odeiv_step_type * | type |
| gsl_odeiv_step * | step |
| gsl_odeiv_control * | control |
| gsl_odeiv_evolve * | evolve |
| REAL8 * | y |
| rk4In * | input |
| const gsl_odeiv_step_type* rk4GSLIntegrator::type |
Definition at line 638 of file LALInspiral.h.
| gsl_odeiv_step* rk4GSLIntegrator::step |
Definition at line 639 of file LALInspiral.h.
| gsl_odeiv_control* rk4GSLIntegrator::control |
Definition at line 640 of file LALInspiral.h.
| gsl_odeiv_evolve* rk4GSLIntegrator::evolve |
Definition at line 641 of file LALInspiral.h.
| REAL8* rk4GSLIntegrator::y |
Definition at line 642 of file LALInspiral.h.
| rk4In* rk4GSLIntegrator::input |
Definition at line 643 of file LALInspiral.h.