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
PhenomHMUsefulMfPowers Struct Reference

Detailed Description

Useful powers of Mf: 1/6, 1/3, 2/3, 4/3, 5/3, 2, 7/3, 8/3, -7/6, -5/6, -1/2, -1/6, 1/2 calculated using only one invocation of 'pow' and one of 'sqrt'.

The rest are just multiplications and divisions. Also including Mf itself in here.

Definition at line 83 of file LALSimIMRPhenomHM.h.

Data Fields

REAL8 itself
 
REAL8 sixth
 
REAL8 third
 
REAL8 two_thirds
 
REAL8 four_thirds
 
REAL8 five_thirds
 
REAL8 two
 
REAL8 seven_thirds
 
REAL8 eight_thirds
 
REAL8 m_seven_sixths
 
REAL8 m_five_sixths
 
REAL8 m_sqrt
 
REAL8 m_sixth
 
REAL8 sqrt
 

Field Documentation

◆ itself

REAL8 PhenomHMUsefulMfPowers::itself

Definition at line 85 of file LALSimIMRPhenomHM.h.

◆ sixth

REAL8 PhenomHMUsefulMfPowers::sixth

Definition at line 86 of file LALSimIMRPhenomHM.h.

◆ third

REAL8 PhenomHMUsefulMfPowers::third

Definition at line 87 of file LALSimIMRPhenomHM.h.

◆ two_thirds

REAL8 PhenomHMUsefulMfPowers::two_thirds

Definition at line 88 of file LALSimIMRPhenomHM.h.

◆ four_thirds

REAL8 PhenomHMUsefulMfPowers::four_thirds

Definition at line 89 of file LALSimIMRPhenomHM.h.

◆ five_thirds

REAL8 PhenomHMUsefulMfPowers::five_thirds

Definition at line 90 of file LALSimIMRPhenomHM.h.

◆ two

REAL8 PhenomHMUsefulMfPowers::two

Definition at line 91 of file LALSimIMRPhenomHM.h.

◆ seven_thirds

REAL8 PhenomHMUsefulMfPowers::seven_thirds

Definition at line 92 of file LALSimIMRPhenomHM.h.

◆ eight_thirds

REAL8 PhenomHMUsefulMfPowers::eight_thirds

Definition at line 93 of file LALSimIMRPhenomHM.h.

◆ m_seven_sixths

REAL8 PhenomHMUsefulMfPowers::m_seven_sixths

Definition at line 94 of file LALSimIMRPhenomHM.h.

◆ m_five_sixths

REAL8 PhenomHMUsefulMfPowers::m_five_sixths

Definition at line 95 of file LALSimIMRPhenomHM.h.

◆ m_sqrt

REAL8 PhenomHMUsefulMfPowers::m_sqrt

Definition at line 96 of file LALSimIMRPhenomHM.h.

◆ m_sixth

REAL8 PhenomHMUsefulMfPowers::m_sixth

Definition at line 97 of file LALSimIMRPhenomHM.h.

◆ sqrt

REAL8 PhenomHMUsefulMfPowers::sqrt

Definition at line 98 of file LALSimIMRPhenomHM.h.