Method

NumCosmoMathCSQ1DStateget_J

Declaration [src]

void
ncm_csq1d_state_get_J (
  NcmCSQ1DState* state,
  gdouble* J11,
  gdouble* J12,
  gdouble* J22
)

Description [src]

Computes the covariant metric of state.

Parameters

J11

Type: gdouble*

The J11 of state.

The argument will be set by the function.
J12

Type: gdouble*

The J12 of state.

The argument will be set by the function.
J22

Type: gdouble*

The J22 of state.

The argument will be set by the function.