Method

NumCosmoMathCSQ1Deval_at_frame

Declaration [src]

NcmCSQ1DState*
ncm_csq1d_eval_at_frame (
  NcmCSQ1D* csq1d,
  NcmModel* model,
  const NcmCSQ1DFrame frame,
  const gdouble t,
  NcmCSQ1DState* state
)

Description [src]

Computes the system state at $t$, the result is stored in the state object in the frame frame.

Parameters

model

Type: NcmModel

A NcmModel.

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

Type: NcmCSQ1DFrame

A NcmCSQ1DFrame.

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 object with the result.

The returned data is owned by the instance.