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
UsefulPowers 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 244 of file LALSimIMRPhenomD_internals.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 UsefulPowers::third

Definition at line 247 of file LALSimIMRPhenomD_internals.h.

◆ two_thirds

REAL8 UsefulPowers::two_thirds

Definition at line 248 of file LALSimIMRPhenomD_internals.h.

◆ four_thirds

REAL8 UsefulPowers::four_thirds

Definition at line 249 of file LALSimIMRPhenomD_internals.h.

◆ five_thirds

REAL8 UsefulPowers::five_thirds

Definition at line 250 of file LALSimIMRPhenomD_internals.h.

◆ two

REAL8 UsefulPowers::two

Definition at line 251 of file LALSimIMRPhenomD_internals.h.

◆ seven_thirds

REAL8 UsefulPowers::seven_thirds

Definition at line 252 of file LALSimIMRPhenomD_internals.h.

◆ eight_thirds

REAL8 UsefulPowers::eight_thirds

Definition at line 253 of file LALSimIMRPhenomD_internals.h.

◆ inv

REAL8 UsefulPowers::inv

Definition at line 254 of file LALSimIMRPhenomD_internals.h.

◆ m_seven_sixths

REAL8 UsefulPowers::m_seven_sixths

Definition at line 256 of file LALSimIMRPhenomD_internals.h.

◆ m_third

REAL8 UsefulPowers::m_third

Definition at line 257 of file LALSimIMRPhenomD_internals.h.

◆ m_two_thirds

REAL8 UsefulPowers::m_two_thirds

Definition at line 258 of file LALSimIMRPhenomD_internals.h.

◆ m_five_thirds

REAL8 UsefulPowers::m_five_thirds

Definition at line 259 of file LALSimIMRPhenomD_internals.h.