Method
NumCosmoMathCSQ1Dprepare_phase_splines
Declaration [src]
void
ncm_csq1d_prepare_phase_splines (
NcmCSQ1D* csq1d,
NcmModel* model
)
Description [src]
Prepares the phase-related splines (int_nu and delta_theta) for evaluation.
This method computes and caches the integrated phase splines, which are used
by ncm_csq1d_eval_int_nu() and ncm_csq1d_eval_delta_theta_at().
This method must be called explicitly after ncm_csq1d_prepare() if you need
to use ncm_csq1d_eval_int_nu() or ncm_csq1d_eval_delta_theta_at().
Note: This method must be called after ncm_csq1d_prepare().
Parameters
model-
Type:
NcmModelA
NcmModel.The argument can be NULL.The data is owned by the caller of the method.