Method

NumCosmoMathSFSphericalHarmonicsstart_rec_array

Declaration [src]

void
ncm_sf_spherical_harmonics_start_rec_array (
  NcmSFSphericalHarmonics* spha,
  NcmSFSphericalHarmonicsYArray* sphaYa,
  const gint len,
  const gdouble* theta
)

Description [src]

Start recursion for the array $\theta_i$ at $l = 0,\; m = 0$. The array theta must have length len.

Parameters

sphaYa

Type: NcmSFSphericalHarmonicsYArray

A NcmSFSphericalHarmonicsYArray.

The data is owned by the caller of the method.
len

Type: const gint

Array length.

theta

Type: An array of double

Array of angles $\theta_i \in [0, \pi]$.

The length of the array is specified in the len argument.
The data is owned by the caller of the method.