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

Go to the source code of this file.

Functions

double L2_an (const int, const int)
 
double L2_cn (const int, const int)
 
double L2_cn_inv (const int, const int)
 
double L2_ancn (const int, const int)
 

Function Documentation

◆ L2_an()

double L2_an ( const int  m,
const int  l 
)
Parameters
morder
ldegree

Definition at line 16 of file l2_norms.c.

◆ L2_ancn()

double L2_ancn ( const int  m,
const int  l 
)
Parameters
morder
ldegree
Note
Use this function, instead of -L2_an(m,l)/L2_cn(m,l)

Definition at line 64 of file l2_norms.c.

◆ L2_cn()

double L2_cn ( const int  m,
const int  l 
)
Parameters
morder
ldegree

Definition at line 28 of file l2_norms.c.

◆ L2_cn_inv()

double L2_cn_inv ( const int  m,
const int  l 
)
Parameters
morder
ldegree
Note
Use this function, instead of 1/L2_cn(m,l)

Definition at line 46 of file l2_norms.c.