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... | |
int ComplexPowers::LMax |
Maximum L; powers computed depend on LMax.
Definition at line 59 of file LALSimNRSurrogateUtilities.h.
int ComplexPowers::n_entries |
Number of entries in **powers.
Definition at line 60 of file LALSimNRSurrogateUtilities.h.
int ComplexPowers::n_times |
Length of each entry.
Definition at line 61 of file LALSimNRSurrogateUtilities.h.
gsl_vector** ComplexPowers::real_part |
The real part of z^n.
Definition at line 62 of file LALSimNRSurrogateUtilities.h.
gsl_vector** ComplexPowers::imag_part |
The imag part of z^n.
Definition at line 63 of file LALSimNRSurrogateUtilities.h.