so3
1.3.0
Fast and exact Wigner transforms
|
Go to the documentation of this file.
29 #include <ssht/ssht.h>
32 #define SO3_COMPLEX(TYPE) std::complex<TYPE>
35 #define SO3_COMPLEX(TYPE) TYPE complex
43 #define SO3_PI 3.141592653589793238462643383279502884197
44 #define SO3_PION2 1.570796326794896619231321691639751442099
46 #define SO3_SQRT2 1.41421356237309504880168872420969807856967
48 #define SO3_PROMPT "[so3] "
so3_n_mode_t
Definition: so3_types.h:74
@ SO3_N_ORDER_ZERO_FIRST
Definition: so3_types.h:52
@ SO3_N_MODE_ALL
Definition: so3_types.h:76
@ SO3_N_ORDER_SIZE
Definition: so3_types.h:59
Definition: so3_types.h:130
int N
Definition: so3_types.h:163
@ SO3_N_MODE_ODD
Definition: so3_types.h:80
@ SO3_SAMPLING_MW
Definition: so3_types.h:99
int reality
Definition: so3_types.h:143
@ SO3_N_MODE_L
Definition: so3_types.h:84
@ SO3_SAMPLING_SIZE
Definition: so3_types.h:111
@ SO3_N_MODE_SIZE
Definition: so3_types.h:89
@ SO3_N_ORDER_NEGATIVE_FIRST
Definition: so3_types.h:54
int L0
Definition: so3_types.h:149
so3_storage_t
Definition: so3_types.h:62
ssht_dl_method_t dl_method
Definition: so3_types.h:195
so3_n_mode_t n_mode
Definition: so3_types.h:189
@ SO3_STORAGE_SIZE
Definition: so3_types.h:71
@ SO3_STORAGE_COMPACT
Definition: so3_types.h:66
@ SO3_SAMPLING_MW_SS
Definition: so3_types.h:106
int verbosity
Definition: so3_types.h:135
@ SO3_STORAGE_PADDED
Definition: so3_types.h:64
so3_n_order_t
Definition: so3_types.h:50
so3_sampling_t sampling_scheme
Definition: so3_types.h:169
so3_n_order_t n_order
Definition: so3_types.h:176
@ SO3_N_MODE_EVEN
Definition: so3_types.h:78
int steerable
Definition: so3_types.h:200
int L
Definition: so3_types.h:156
@ SO3_N_MODE_MAXIMUM
Definition: so3_types.h:82
so3_sampling_t
Definition: so3_types.h:92
so3_storage_t storage
Definition: so3_types.h:182