S2kit
1.1
Toolkit for working with functions defined on the sphere
|
Recurrence coefficients for L2-normed associated Legendre recurrence. More...
Go to the source code of this file.
Functions | |
double | L2_an (const int m, const int l) |
double | L2_cn (const int m, const int l) |
double | L2_cn_inv (const int m, const int l) |
double | L2_ancn (const int m, const int l) |
Recurrence coefficients for L2-normed associated Legendre recurrence.
Definition in file l2_norms.c.
double L2_an | ( | const int | m, |
const int | l | ||
) |
m | order |
l | degree |
Definition at line 16 of file l2_norms.c.
double L2_ancn | ( | const int | m, |
const int | l | ||
) |
m | order |
l | degree |
-L2_an(m,l)/L2_cn(m,l)
Definition at line 64 of file l2_norms.c.
double L2_cn | ( | const int | m, |
const int | l | ||
) |
m | order |
l | degree |
Definition at line 28 of file l2_norms.c.
double L2_cn_inv | ( | const int | m, |
const int | l | ||
) |
m | order |
l | degree |
1/L2_cn(m,l)
Definition at line 46 of file l2_norms.c.