LAL  7.5.0.1-fe68b98
rkf45_state_t Struct Reference

Detailed Description

Definition at line 187 of file LALAdaptiveRungeKuttaIntegrator.c.

Data Fields

double * k1
 
double * k2
 
double * k3
 
double * k4
 
double * k5
 
double * k6
 
double * y0
 
double * ytmp
 

Field Documentation

◆ k1

double* rkf45_state_t::k1

Definition at line 188 of file LALAdaptiveRungeKuttaIntegrator.c.

◆ k2

double* rkf45_state_t::k2

Definition at line 189 of file LALAdaptiveRungeKuttaIntegrator.c.

◆ k3

double* rkf45_state_t::k3

Definition at line 190 of file LALAdaptiveRungeKuttaIntegrator.c.

◆ k4

double* rkf45_state_t::k4

Definition at line 191 of file LALAdaptiveRungeKuttaIntegrator.c.

◆ k5

double* rkf45_state_t::k5

Definition at line 192 of file LALAdaptiveRungeKuttaIntegrator.c.

◆ k6

double* rkf45_state_t::k6

Definition at line 193 of file LALAdaptiveRungeKuttaIntegrator.c.

◆ y0

double* rkf45_state_t::y0

Definition at line 194 of file LALAdaptiveRungeKuttaIntegrator.c.

◆ ytmp

double* rkf45_state_t::ytmp

Definition at line 195 of file LALAdaptiveRungeKuttaIntegrator.c.