Method

NumCosmoMathPowspecSphereProjget_ell

Declaration [src]

void
ncm_powspec_sphere_proj_get_ell (
  NcmPowspecSphereProj* psp,
  const guint w_i,
  const gint ell,
  GArray** lnxi,
  GArray** Cell
)

Description [src]

Returns the results for $\ell$.

Parameters

w_i

Type: const guint

W index.

ell

Type: const gint

The value of $\ell$.

lnxi

Type: An array of double

Array with the $\xi$ values.

The argument will be set by the function.
The caller of the method takes ownership of the returned data, and is responsible for freeing it.
Cell

Type: An array of double

Array with the $\xi$ values.

The argument will be set by the function.
The caller of the method takes ownership of the returned data, and is responsible for freeing it.