Method
NumCosmoMathCSQ1Devolve_prop_vector
Declaration [src]
NcmCSQ1DState*
ncm_csq1d_evolve_prop_vector (
NcmCSQ1D* csq1d,
NcmModel* model,
NcmCSQ1DState* initial_state,
const NcmCSQ1DFrame frame,
const gdouble t,
NcmCSQ1DState* state
)
Description [src]
Uses the propagator to evolve the state vector initial_state to time $t$ and
at frame frame.
Parameters
model-
Type:
NcmModelA
NcmModel.The argument can be NULL.The data is owned by the caller of the method. initial_state-
Type:
NcmCSQ1DStateInitial state.
The data is owned by the caller of the method. frame-
Type:
NcmCSQ1DFrameFrame.
t-
Type:
const gdoubleTime $t$.
state-
Type:
NcmCSQ1DStateA
NcmCSQ1DStateto store the result.The data is owned by the caller of the method.
Return value
Type: NcmCSQ1DState
The state vector.
| The returned data is owned by the instance. |