Method

NumCosmoMathSphereMapset_alm

Declaration [src]

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

Description [src]

Sets the value of $a_{lm}$.

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

Im_alm

Type: gdouble

Imaginary part of $a_{lm}$.