Method

NumCosmoMathCSQ1DStateget_ag

Declaration [src]

void
ncm_csq1d_state_get_ag (
  NcmCSQ1DState* state,
  gdouble* alpha,
  gdouble* gamma
)

Description [src]

Computes the $(\alpha, \gamma)$ parametrization of state.

Parameters

alpha

Type: gdouble*

The alpha of state.

The argument will be set by the function.
gamma

Type: gdouble*

The gamma of state.

The argument will be set by the function.