so3
1.3.0
Fast and exact Wigner transforms
|
#include <setjmp.h>
#include <stdarg.h>
#include <stddef.h>
#include "so3/so3_sampling.h"
#include "so3/so3_types.h"
#include <cmocka.h>
Data Structures | |
struct | LMN2Index |
Functions | |
void | sampling_assertions (LMN2Index const *tests, int n, so3_parameters_t const *parameters) |
void | test_indexing_padded_storage_with_zero_first (void **state) |
void | test_indexing_padded_storage_with_negative_first (void **state) |
void | test_indexing_compact_storage_with_zero_first (void **state) |
void | test_indexing_compact_storage_with_negative_first (void **state) |
void | sampling_real_assertions (LMN2Index const *tests, int n, so3_parameters_t const *parameters) |
void | test_indexing_real_padded_storage (void **state) |
void | test_indexing_real_compact_storage (void **state) |
int | main (void) |
int main | ( | void | ) |
void sampling_assertions | ( | LMN2Index const * | tests, |
int | n, | ||
so3_parameters_t const * | parameters | ||
) |
void sampling_real_assertions | ( | LMN2Index const * | tests, |
int | n, | ||
so3_parameters_t const * | parameters | ||
) |
void test_indexing_compact_storage_with_negative_first | ( | void ** | state | ) |
void test_indexing_compact_storage_with_zero_first | ( | void ** | state | ) |
void test_indexing_padded_storage_with_negative_first | ( | void ** | state | ) |
void test_indexing_padded_storage_with_zero_first | ( | void ** | state | ) |
void test_indexing_real_compact_storage | ( | void ** | state | ) |
void test_indexing_real_padded_storage | ( | void ** | state | ) |