LALSimulation 6.2.0.1-eeff03c
WignerDMatrices Struct Reference

Detailed Description

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...
 

Field Documentation

◆ LMax

int WignerDMatrices::LMax

Includes (ell, m) modes with 2 <= ell <= LMax.

Definition at line 67 of file LALSimNRSurrogateUtilities.h.

◆ n_entries

int WignerDMatrices::n_entries

Number of (ell, m, m') entries.

Definition at line 68 of file LALSimNRSurrogateUtilities.h.

◆ n_times

int WignerDMatrices::n_times

Number of time samples per entry.

Definition at line 69 of file LALSimNRSurrogateUtilities.h.

◆ real_part

gsl_vector** WignerDMatrices::real_part

The real part of each entry.

Definition at line 70 of file LALSimNRSurrogateUtilities.h.

◆ imag_part

gsl_vector** WignerDMatrices::imag_part

The imaginary part of each entry.

Definition at line 71 of file LALSimNRSurrogateUtilities.h.