CMakeLists.txt
COPYRIGHT.txt
LICENSE
MANIFEST.in
README.md
conanfile.txt
pyproject.toml
setup.cfg
setup.py
cmake/FindFFTW3.cmake
cmake/conan_dependencies.cmake
cmake/exporting.cmake
cmake/fetch_cmocka.cmake
cmake/so3Config.in.cmake
include/so3/so3.h
include/so3/so3_adjoint.h
include/so3/so3_conv.h
include/so3/so3_core.h
include/so3/so3_error.h
include/so3/so3_sampling.h
include/so3/so3_types.h
include/so3/so3_version.in.h
src/c/CMakeLists.txt
src/c/so3_about.c
src/c/so3_adjoint.c
src/c/so3_conv.c
src/c/so3_core.c
src/c/so3_sampling.c
src/c/so3_test.c
src/c/so3_test_csv.c
src/c/so3_test_utils.c
src/c/so3_test_utils.h
src/c/unittest/so3_unittest.c
src/so3/CMakeLists.txt
src/so3/__init__.py
src/so3/bindings.pyx
src/so3.egg-info/PKG-INFO
src/so3.egg-info/SOURCES.txt
src/so3.egg-info/dependency_links.txt
src/so3.egg-info/requires.txt
src/so3.egg-info/top_level.txt
tests/test_pyso3.py