Structure used as an input to Runge-Kutta solver.
Definition at line 618 of file LALInspiral.h.
Data Fields | |
| TestFunction * | function |
| REAL8 | x |
| REAL8Vector * | y |
| REAL8Vector * | dydx |
| REAL8Vector * | yt |
| REAL8Vector * | dym |
| REAL8Vector * | dyt |
| REAL8 | h |
| INT4 | n |
| TestFunction* rk4In::function |
Definition at line 621 of file LALInspiral.h.
| REAL8 rk4In::x |
Definition at line 622 of file LALInspiral.h.
| REAL8Vector* rk4In::y |
Definition at line 623 of file LALInspiral.h.
| REAL8Vector* rk4In::dydx |
Definition at line 624 of file LALInspiral.h.
| REAL8Vector* rk4In::yt |
Definition at line 625 of file LALInspiral.h.
| REAL8Vector* rk4In::dym |
Definition at line 626 of file LALInspiral.h.
| REAL8Vector* rk4In::dyt |
Definition at line 627 of file LALInspiral.h.
| REAL8 rk4In::h |
Definition at line 628 of file LALInspiral.h.
| INT4 rk4In::n |
Definition at line 629 of file LALInspiral.h.