Method

NumCosmoMathCSQ1DStateget_poincare_half_plane

Declaration [src]

void
ncm_csq1d_state_get_poincare_half_plane (
  NcmCSQ1DState* state,
  gdouble* x,
  gdouble* lny
)

Description [src]

Computes the Poincaré half-plane parametrization of state.

Parameters

x

Type: gdouble*

The $x$ of state.

The argument will be set by the function.
lny

Type: gdouble*

The $\ln y$ of state.

The argument will be set by the function.