Method

NumCosmoMathSFSphericalHarmonicsget_Klm

Declaration [src]

NcmSFSphericalHarmonicsK*
ncm_sf_spherical_harmonics_get_Klm (
  NcmSFSphericalHarmonics* spha,
  const gint l0,
  const gint m
)

Description [src]

Gets an array of NcmSFSphericalHarmonicsK with the coefficients necessary to move the recurrence from $(l_0, m)\; \to\; (l_\mathrm{max}, m)$.

This method is not directly available to language bindings.

Parameters

l0

Type: const gint

First $l_0$.

m

Type: const gint

$m$ index.

Return value

Type: An array of None

A pointer to an array of NcmSFSphericalHarmonicsK.

The returned data is owned by the instance.