Method

NumCosmoMathSphereMapget_alm

Declaration [src]

void
ncm_sphere_map_get_alm (
  NcmSphereMap* smap,
  guint l,
  guint m,
  gdouble* Re_alm,
  gdouble* Im_alm
)

Description [src]

Gets the value of $a_{lm}$ previously calculated by ncm_sphere_map_prepare_alm().

Parameters

l

Type: guint

Value of $l < \ell_\mathrm{max}$.

m

Type: guint

Value of $m \leq l$.

Re_alm

Type: gdouble*

Real part of $a_{lm}$.

The argument will be set by the function.
Im_alm

Type: gdouble*

Imaginary part of $a_{lm}$.

The argument will be set by the function.