Method

NumCosmoMathSFSphericalHarmonicsYnext_l2

Declaration [src]

void
ncm_sf_spherical_harmonics_Y_next_l2 (
  NcmSFSphericalHarmonicsY* sphaY,
  gdouble* Yblm
)

Description [src]

Move the recursion for $x$ to $l = l + 2$.

Parameters

Yblm

Type: An array of double

The four Yblm from l to l + 2.

The argument will be set by the function.
The array must have 2 elements.
The returned data is owned by the instance.