Data used in a single scalar fit.
Definition at line 93 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... | |
int | n_coefs |
Number of coefficients in the fit. More... | |
gsl_matrix_long* FitData::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 94 of file LALSimIMRPrecessingNRSur.h.
gsl_vector* FitData::coefs |
coefficient vector of length n_coefs
Definition at line 96 of file LALSimIMRPrecessingNRSur.h.
int FitData::n_coefs |
Number of coefficients in the fit.
Definition at line 97 of file LALSimIMRPrecessingNRSur.h.