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

Detailed Description

Helper structure for computing WignerDMatrices, which require z(t)^n for many values of n.

Definition at line 58 of file LALSimNRSurrogateUtilities.h.

Data Fields

int LMax
 Maximum L; powers computed depend on LMax. More...
 
int n_entries
 Number of entries in **powers. More...
 
int n_times
 Length of each entry. More...
 
gsl_vector ** real_part
 The real part of z^n. More...
 
gsl_vector ** imag_part
 The imag part of z^n. More...
 

Field Documentation

◆ LMax

int ComplexPowers::LMax

Maximum L; powers computed depend on LMax.

Definition at line 59 of file LALSimNRSurrogateUtilities.h.

◆ n_entries

int ComplexPowers::n_entries

Number of entries in **powers.

Definition at line 60 of file LALSimNRSurrogateUtilities.h.

◆ n_times

int ComplexPowers::n_times

Length of each entry.

Definition at line 61 of file LALSimNRSurrogateUtilities.h.

◆ real_part

gsl_vector** ComplexPowers::real_part

The real part of z^n.

Definition at line 62 of file LALSimNRSurrogateUtilities.h.

◆ imag_part

gsl_vector** ComplexPowers::imag_part

The imag part of z^n.

Definition at line 63 of file LALSimNRSurrogateUtilities.h.