S2kit  1.1
Toolkit for working with functions defined on the sphere
pmm.h File Reference

Go to the source code of this file.

Functions

void Pmm_L2 (const int, double *, const int, double *)
 Generates L2-normed Pmm. More...
 

Function Documentation

◆ Pmm_L2()

void Pmm_L2 ( const int  m,
double *  eval_points,
const int  n,
double *  result 
)

Generates L2-normed Pmm.

The norming constant can be found in Sean's PhD thesis. // TODO find out the thesis

Parameters
morder
eval_pointsarray of the angular arguments of evaluation points
nlength of eval_points and of result
resultarray of generated L2-normed Pmm

Definition at line 21 of file pmm.c.