Method

NumCosmoMathCSQ1DStateget_circle

Declaration [src]

void
ncm_csq1d_state_get_circle (
  NcmCSQ1DState* state,
  const gdouble r,
  const gdouble theta,
  NcmCSQ1DState* cstate
)

Description [src]

Computes the complex structure matrix parameters for a circle around the point state with radius $r$ and angle $\theta$ and stores the result in cstate.

Parameters

r

Type: const gdouble

Radius.

theta

Type: const gdouble

Angle.

cstate

Type: NcmCSQ1DState

The new state.

The argument will be set by the function.
The returned data is owned by the instance.