Definition at line 66 of file LALSimNRSurrogateUtilities.h.
Data Fields | |
int | LMax |
Includes (ell, m) modes with 2 <= ell <= LMax. More... | |
int | n_entries |
Number of (ell, m, m') entries. More... | |
int | n_times |
Number of time samples per entry. More... | |
gsl_vector ** | real_part |
The real part of each entry. More... | |
gsl_vector ** | imag_part |
The imaginary part of each entry. More... | |
int WignerDMatrices::LMax |
Includes (ell, m) modes with 2 <= ell <= LMax.
Definition at line 67 of file LALSimNRSurrogateUtilities.h.
int WignerDMatrices::n_entries |
Number of (ell, m, m') entries.
Definition at line 68 of file LALSimNRSurrogateUtilities.h.
int WignerDMatrices::n_times |
Number of time samples per entry.
Definition at line 69 of file LALSimNRSurrogateUtilities.h.
gsl_vector** WignerDMatrices::real_part |
The real part of each entry.
Definition at line 70 of file LALSimNRSurrogateUtilities.h.
gsl_vector** WignerDMatrices::imag_part |
The imaginary part of each entry.
Definition at line 71 of file LALSimNRSurrogateUtilities.h.