s2let  2.2.0
Fast wavelets on the sphere
s2let_lm.h
Go to the documentation of this file.
1 // S2LET package
2 // Copyright (C) 2012
3 // Boris Leistedt & Jason McEwen
4 
5 #ifndef S2LET_LM
6 #define S2LET_LM
7 
8 #include <ssht/ssht.h>
9 
10 #ifdef __cplusplus
11 extern "C" {
12 #endif
13 
14 double s2let_lm_power(S2LET_COMPLEX(double) *flm, int L);
15 
16 void s2let_lm_random_flm(S2LET_COMPLEX(double) *flm, int L, int spin, int seed);
17 void s2let_lm_random_flm_real(S2LET_COMPLEX(double) *flm, int L, int seed);
18 
19 #ifdef __cplusplus
20 }
21 #endif
22 #endif
s2let_lm_random_flm
void s2let_lm_random_flm(S2LET_COMPLEX(double) *flm, int L, int spin, int seed)
s2let_lm_power
double s2let_lm_power(S2LET_COMPLEX(double) *flm, int L)
s2let_lm_random_flm_real
void s2let_lm_random_flm_real(S2LET_COMPLEX(double) *flm, int L, int seed)
S2LET_COMPLEX
#define S2LET_COMPLEX(TYPE)
Definition: s2let_types.h:15
seed
const int seed
Definition: test_adjoint.c:9