Class
NumCosmoMathSFSphericalHarmonics
Description [src]
class NumCosmoMath.SFSphericalHarmonics : GObject.Object
{
/* No available fields */
}
Spherical Harmonics object.
Object to compute the spherical harmonics $\bar{Y}l^m (x)$ and its derivatives $\bar{Y}{l+1}^m (x)$ and $\bar{Y}_{l+2}^m (x)$, where $x = \cos \theta$.
Functions
ncm_sf_spherical_harmonics_clear
Decrease the reference count of spha by one, and sets the pointer *spha to
NULL.
Instance methods
ncm_sf_spherical_harmonics_get_Klm
Gets an array of NcmSFSphericalHarmonicsK with the coefficients necessary to move
the recurrence from $(l_0, m)\; \to\; (l_\mathrm{max}, m)$.
ncm_sf_spherical_harmonics_start_rec_array
Start recursion for the array $\theta_i$ at $l = 0,\; m = 0$. The array theta must have
length len.
Signals
Signals inherited from GObject (1)
GObject::notify
The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.