Ssht
1.3.3
Fast and exact spin spherical harmonic transforms
|
#include <complex.h>
#include <setjmp.h>
#include <stdarg.h>
#include <stddef.h>
#include <stdint.h>
#include <stdlib.h>
#include <string.h>
#include "interface.h"
#include "ssht/ssht.h"
#include "ssht/ssht_error.h"
#include "utilities.h"
#include <cmocka.h>
Data Structures | |
struct | State |
Functions | |
struct CMUnitTest | parametrization (int spin, ssht_transforms method, ssht_dl_method_t dl) |
void | delete_parametrization (struct CMUnitTest const *parametrization) |
int | main (void) |
void delete_parametrization | ( | struct CMUnitTest const * | parametrization | ) |
int main | ( | void | ) |
struct CMUnitTest parametrization | ( | int | spin, |
ssht_transforms | method, | ||
ssht_dl_method_t | dl | ||
) |