Loading [MathJax]/extensions/TeX/AMSsymbols.js
LALSimulation 6.2.0.1-5e288d3
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
VectorFitData Struct Reference

Detailed Description

Data used in a single vector fit NOTE: basisFunctionOrders, coefs, componentIndices, and n_coefs are only used by NRSur7dq2.

Vector of fit data, where each component is a ScalarFitData.

While fit_data is only used by NRSur7dq4.

Definition at line 105 of file LALSimIMRPrecessingNRSur.h.

Data Fields

gsl_matrix_long * basisFunctionOrders
 matrix of (n_coefs x 7) basis function orders giving the polynomial order in f(q), chiA components, and chiB components. More...
 
gsl_vector * coefs
 coefficient vector of length n_coefs More...
 
gsl_vector_long * componentIndices
 Each fit coefficient applies to a single component of the vector; this gives the component indices. More...
 
int n_coefs
 Number of coefficients in the fit. More...
 
int vec_dim
 Dimension of the vector. More...
 
FitData ** fit_data
 Vector of FitData. More...
 
UINT4 vec_dim
 Length of the vector. More...
 
ScalarFitData ** fit_data
 One ScalarFitData per component. More...
 

Field Documentation

◆ basisFunctionOrders

gsl_matrix_long* VectorFitData::basisFunctionOrders

matrix of (n_coefs x 7) basis function orders giving the polynomial order in f(q), chiA components, and chiB components.

Definition at line 106 of file LALSimIMRPrecessingNRSur.h.

◆ coefs

gsl_vector* VectorFitData::coefs

coefficient vector of length n_coefs

Definition at line 108 of file LALSimIMRPrecessingNRSur.h.

◆ componentIndices

gsl_vector_long* VectorFitData::componentIndices

Each fit coefficient applies to a single component of the vector; this gives the component indices.

Definition at line 109 of file LALSimIMRPrecessingNRSur.h.

◆ n_coefs

int VectorFitData::n_coefs

Number of coefficients in the fit.

Definition at line 111 of file LALSimIMRPrecessingNRSur.h.

◆ vec_dim [1/2]

int VectorFitData::vec_dim

Dimension of the vector.

Definition at line 112 of file LALSimIMRPrecessingNRSur.h.

◆ fit_data [1/2]

FitData** VectorFitData::fit_data

Vector of FitData.

Definition at line 113 of file LALSimIMRPrecessingNRSur.h.

◆ vec_dim [2/2]

UINT4 VectorFitData::vec_dim

Length of the vector.

Definition at line 55 of file LALSimNRSurRemnantUtils.h.

◆ fit_data [2/2]

ScalarFitData** VectorFitData::fit_data

One ScalarFitData per component.

Definition at line 56 of file LALSimNRSurRemnantUtils.h.