Method
NumCosmoMathCSQ1Dprepare_prop
Declaration [src]
void
ncm_csq1d_prepare_prop (
NcmCSQ1D* csq1d,
NcmModel* model,
const gdouble ti,
const gdouble tii,
const gdouble tf
)
Description [src]
Computes the propagator for the given csq1d and model from ti to tf. The
propagator is computed using the integral approximation time tii. The
propagator is stored in the csq1d object and can be used to compute the
propagator a state from ti to any time between tii and tf.
Parameters
model-
Type:
NcmModelA
NcmModel.The argument can be NULL.The data is owned by the caller of the method. ti-
Type:
const gdoubleInitial time $t_i$.
tii-
Type:
const gdoubleIntegral approximation time $t_{\mathrm{i}i}$.
tf-
Type:
const gdoubleMax time $t_f$.