Go to the source code of this file.
|
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) |
|
◆ L2_an()
double L2_an |
( |
const int |
m, |
|
|
const int |
l |
|
) |
| |
◆ L2_ancn()
double L2_ancn |
( |
const int |
m, |
|
|
const int |
l |
|
) |
| |
- Parameters
-
- 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 |
|
) |
| |
◆ L2_cn_inv()
double L2_cn_inv |
( |
const int |
m, |
|
|
const int |
l |
|
) |
| |
- Parameters
-
- Note
- Use this function, instead of
1/L2_cn(m,l)
Definition at line 46 of file l2_norms.c.