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 gdoubleRadius.
theta-
Type:
const gdoubleAngle.
cstate-
Type:
NcmCSQ1DStateThe new state.
The argument will be set by the function. The returned data is owned by the instance.