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$.

Ancestors

Constructors

ncm_sf_spherical_harmonics_new

Creates a new NcmSFSphericalHarmonics object.

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_free

Decrease the reference count of spha by one.

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_get_lmax

Gets the maximum l to lmax.

ncm_sf_spherical_harmonics_ref

Increase the reference of spha by one.

ncm_sf_spherical_harmonics_set_lmax

Sets the maximum l to lmax.

ncm_sf_spherical_harmonics_start_rec

Start recursion for $\theta$ at $l = 0,\; m = 0$.

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.

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

NumCosmoMath.SFSphericalHarmonics:lmax
No description available.

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.

Class structure

struct NumCosmoMathSFSphericalHarmonicsClass {
  GObjectClass parent_class;
  
}

No description available.

Class members
parent_class: GObjectClass

No description available.