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: NcmModel

A NcmModel.

The argument can be NULL.
The data is owned by the caller of the method.
initial_state

Type: NcmCSQ1DState

Initial state.

The data is owned by the caller of the method.
frame

Type: NcmCSQ1DFrame

Frame.

t

Type: const gdouble

Time $t$.

state

Type: NcmCSQ1DState

A NcmCSQ1DState to 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.