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

Detailed Description

used to cache the recurring (frequency-independent) prefactors of PhiInsAnsatzInt.

Must be inited with a call to init_phi_ins_prefactors(&prefactors, p, pn);

Definition at line 302 of file LALSimIMRPhenomD_internals.h.

Data Fields

double initial_phasing
 
double third
 
double third_with_logv
 
double two_thirds
 
double one
 
double four_thirds
 
double five_thirds
 
double two
 
double logv
 
double minus_third
 
double minus_two_thirds
 
double minus_one
 
double minus_four_thirds
 
double minus_five_thirds
 

Field Documentation

◆ initial_phasing

double PhiInsPrefactors::initial_phasing

Definition at line 304 of file LALSimIMRPhenomD_internals.h.

◆ third

double PhiInsPrefactors::third

Definition at line 305 of file LALSimIMRPhenomD_internals.h.

◆ third_with_logv

double PhiInsPrefactors::third_with_logv

Definition at line 306 of file LALSimIMRPhenomD_internals.h.

◆ two_thirds

double PhiInsPrefactors::two_thirds

Definition at line 307 of file LALSimIMRPhenomD_internals.h.

◆ one

double PhiInsPrefactors::one

Definition at line 308 of file LALSimIMRPhenomD_internals.h.

◆ four_thirds

double PhiInsPrefactors::four_thirds

Definition at line 309 of file LALSimIMRPhenomD_internals.h.

◆ five_thirds

double PhiInsPrefactors::five_thirds

Definition at line 310 of file LALSimIMRPhenomD_internals.h.

◆ two

double PhiInsPrefactors::two

Definition at line 311 of file LALSimIMRPhenomD_internals.h.

◆ logv

double PhiInsPrefactors::logv

Definition at line 312 of file LALSimIMRPhenomD_internals.h.

◆ minus_third

double PhiInsPrefactors::minus_third

Definition at line 313 of file LALSimIMRPhenomD_internals.h.

◆ minus_two_thirds

double PhiInsPrefactors::minus_two_thirds

Definition at line 314 of file LALSimIMRPhenomD_internals.h.

◆ minus_one

double PhiInsPrefactors::minus_one

Definition at line 315 of file LALSimIMRPhenomD_internals.h.

◆ minus_four_thirds

double PhiInsPrefactors::minus_four_thirds

Definition at line 316 of file LALSimIMRPhenomD_internals.h.

◆ minus_five_thirds

double PhiInsPrefactors::minus_five_thirds

Definition at line 317 of file LALSimIMRPhenomD_internals.h.