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... | |
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.
gsl_vector* VectorFitData::coefs |
coefficient vector of length n_coefs
Definition at line 108 of file LALSimIMRPrecessingNRSur.h.
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.
int VectorFitData::n_coefs |
Number of coefficients in the fit.
Definition at line 111 of file LALSimIMRPrecessingNRSur.h.
int VectorFitData::vec_dim |
Dimension of the vector.
Definition at line 112 of file LALSimIMRPrecessingNRSur.h.
FitData** VectorFitData::fit_data |
Definition at line 113 of file LALSimIMRPrecessingNRSur.h.
UINT4 VectorFitData::vec_dim |
Length of the vector.
Definition at line 55 of file LALSimNRSurRemnantUtils.h.
ScalarFitData** VectorFitData::fit_data |
One ScalarFitData per component.
Definition at line 56 of file LALSimNRSurRemnantUtils.h.