Method
NumCosmoMathCSQ1Dcompute_H
Declaration [src]
NcmCSQ1DState*
ncm_csq1d_compute_H (
NcmCSQ1D* csq1d,
NcmModel* model,
const gdouble t,
NcmCSQ1DState* state
)
Description [src]
Computes the Hamiltonian vector state of the original frame at $t$. The result is
stored in the state object in the frame NCM_CSQ1D_FRAME_ORIG.
Use ncm_csq1d_change_frame() to change the frame.
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$.
state-
Type:
NcmCSQ1DStateA
NcmCSQ1DStateto 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. |