LICENSE
README.md
pyproject.toml
src/ophanimus/__init__.py
src/ophanimus/_dtype.py
src/ophanimus/_tangent.py
src/ophanimus/hyperbolic.py
src/ophanimus/manifold_selection.py
src/ophanimus.egg-info/PKG-INFO
src/ophanimus.egg-info/SOURCES.txt
src/ophanimus.egg-info/dependency_links.txt
src/ophanimus.egg-info/requires.txt
src/ophanimus.egg-info/top_level.txt
src/ophanimus/algorithms/__init__.py
src/ophanimus/algorithms/clustering.py
src/ophanimus/algorithms/frechet_mean.py
src/ophanimus/algorithms/interpolation.py
src/ophanimus/algorithms/kernels.py
src/ophanimus/algorithms/knn.py
src/ophanimus/algorithms/pga.py
src/ophanimus/algorithms/regression.py
src/ophanimus/algorithms/time_series.py
src/ophanimus/manifolds/__init__.py
src/ophanimus/manifolds/hyperboloid.py
src/ophanimus/manifolds/poincare.py
src/ophanimus/manifolds/so3.py
src/ophanimus/manifolds/spd.py
src/ophanimus/manifolds/sphere.py
tests/test_algorithms.py
tests/test_dtype.py
tests/test_hyperbolic_dispatch.py
tests/test_manifold_selection.py
tests/test_manifolds_hyperboloid.py
tests/test_manifolds_poincare.py
tests/test_manifolds_so3.py
tests/test_manifolds_spd.py
tests/test_manifolds_sphere.py