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
)
Parameters
w_i-
Type:
const guintW index.
ell-
Type:
const gintThe value of $\ell$.
lnxi-
Type: An array of
doubleArray 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
doubleArray 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.