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:
NcmSFSphericalHarmonicsYArrayA
NcmSFSphericalHarmonicsYArray.The data is owned by the caller of the method. len-
Type:
const gintArray length.
theta-
Type: An array of
doubleArray of angles $\theta_i \in [0, \pi]$.
The length of the array is specified in the lenargument.The data is owned by the caller of the method.