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

Detailed Description

useful powers in GW waveforms: 1/6, 1/3, 2/3, 4/3, 5/3, 2, 7/3, 8/3, -1, -1/6, -7/6, -1/3, -2/3, -5/3 calculated using only one invocation of 'pow', the rest are just multiplications and divisions

Definition at line 62 of file LALSimIMRPhenomHM.h.

Data Fields

REAL8 third
 
REAL8 two_thirds
 
REAL8 four_thirds
 
REAL8 five_thirds
 
REAL8 two
 
REAL8 seven_thirds
 
REAL8 eight_thirds
 
REAL8 inv
 
REAL8 m_seven_sixths
 
REAL8 m_third
 
REAL8 m_two_thirds
 
REAL8 m_five_thirds
 

Field Documentation

◆ third

REAL8 PhenomHMUsefulPowers::third

Definition at line 64 of file LALSimIMRPhenomHM.h.

◆ two_thirds

REAL8 PhenomHMUsefulPowers::two_thirds

Definition at line 65 of file LALSimIMRPhenomHM.h.

◆ four_thirds

REAL8 PhenomHMUsefulPowers::four_thirds

Definition at line 66 of file LALSimIMRPhenomHM.h.

◆ five_thirds

REAL8 PhenomHMUsefulPowers::five_thirds

Definition at line 67 of file LALSimIMRPhenomHM.h.

◆ two

REAL8 PhenomHMUsefulPowers::two

Definition at line 68 of file LALSimIMRPhenomHM.h.

◆ seven_thirds

REAL8 PhenomHMUsefulPowers::seven_thirds

Definition at line 69 of file LALSimIMRPhenomHM.h.

◆ eight_thirds

REAL8 PhenomHMUsefulPowers::eight_thirds

Definition at line 70 of file LALSimIMRPhenomHM.h.

◆ inv

REAL8 PhenomHMUsefulPowers::inv

Definition at line 71 of file LALSimIMRPhenomHM.h.

◆ m_seven_sixths

REAL8 PhenomHMUsefulPowers::m_seven_sixths

Definition at line 72 of file LALSimIMRPhenomHM.h.

◆ m_third

REAL8 PhenomHMUsefulPowers::m_third

Definition at line 73 of file LALSimIMRPhenomHM.h.

◆ m_two_thirds

REAL8 PhenomHMUsefulPowers::m_two_thirds

Definition at line 74 of file LALSimIMRPhenomHM.h.

◆ m_five_thirds

REAL8 PhenomHMUsefulPowers::m_five_thirds

Definition at line 75 of file LALSimIMRPhenomHM.h.