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

Detailed Description

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

Definition at line 48 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 ** powers
 The data; x^n. More...
 

Field Documentation

◆ LMax

int RealPowers::LMax

Maximum L; powers computed depend on LMax.

Definition at line 49 of file LALSimNRSurrogateUtilities.h.

◆ n_entries

int RealPowers::n_entries

Number of entries in **powers.

Definition at line 50 of file LALSimNRSurrogateUtilities.h.

◆ n_times

int RealPowers::n_times

Length of each entry.

Definition at line 51 of file LALSimNRSurrogateUtilities.h.

◆ powers

gsl_vector** RealPowers::powers

The data; x^n.

Definition at line 52 of file LALSimNRSurrogateUtilities.h.