Loading [MathJax]/extensions/TeX/AMSsymbols.js
LALInspiral 5.0.3.1-ea7c608
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
rk4GSLIntegrator Struct Reference

Detailed Description

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
 
REAL8y
 
rk4Ininput
 

Field Documentation

◆ type

const gsl_odeiv_step_type* rk4GSLIntegrator::type

Definition at line 638 of file LALInspiral.h.

◆ step

gsl_odeiv_step* rk4GSLIntegrator::step

Definition at line 639 of file LALInspiral.h.

◆ control

gsl_odeiv_control* rk4GSLIntegrator::control

Definition at line 640 of file LALInspiral.h.

◆ evolve

gsl_odeiv_evolve* rk4GSLIntegrator::evolve

Definition at line 641 of file LALInspiral.h.

◆ y

REAL8* rk4GSLIntegrator::y

Definition at line 642 of file LALInspiral.h.

◆ input

rk4In* rk4GSLIntegrator::input

Definition at line 643 of file LALInspiral.h.