so3  1.3.0
Fast and exact Wigner transforms
Data Structures | Functions
test_sampling.c File Reference
#include <setjmp.h>
#include <stdarg.h>
#include <stddef.h>
#include "so3/so3_sampling.h"
#include "so3/so3_types.h"
#include <cmocka.h>
Include dependency graph for test_sampling.c:

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)
 

Function Documentation

◆ main()

int main ( void  )

◆ sampling_assertions()

void sampling_assertions ( LMN2Index const *  tests,
int  n,
so3_parameters_t const *  parameters 
)

◆ sampling_real_assertions()

void sampling_real_assertions ( LMN2Index const *  tests,
int  n,
so3_parameters_t const *  parameters 
)

◆ test_indexing_compact_storage_with_negative_first()

void test_indexing_compact_storage_with_negative_first ( void **  state)

◆ test_indexing_compact_storage_with_zero_first()

void test_indexing_compact_storage_with_zero_first ( void **  state)

◆ test_indexing_padded_storage_with_negative_first()

void test_indexing_padded_storage_with_negative_first ( void **  state)

◆ test_indexing_padded_storage_with_zero_first()

void test_indexing_padded_storage_with_zero_first ( void **  state)

◆ test_indexing_real_compact_storage()

void test_indexing_real_compact_storage ( void **  state)

◆ test_indexing_real_padded_storage()

void test_indexing_real_padded_storage ( void **  state)