Virtual Method
NumCosmoMathCSQ1Deval_int_nu
Declaration [src]
gdouble
eval_int_nu (
NcmCSQ1D* csq1d,
NcmModel* model,
const gdouble t
)
Description [src]
Computes the integral $\int_{t_i}^{t} \nu(t’) \mathrm{d}t’$.
If not overridden by a subclass, a default implementation based on
NcmOdeSpline is used. You must call ncm_csq1d_prepare_phase_splines()
after ncm_csq1d_prepare() before using this function.
Parameters
model-
Type:
NcmModelA
NcmModel.The argument can be NULL.The data is owned by the caller of the method. t-
Type:
const gdoubleTime $t$.