LICENSE
README.md
pyproject.toml
src/hyperbolic_math.egg-info/PKG-INFO
src/hyperbolic_math.egg-info/SOURCES.txt
src/hyperbolic_math.egg-info/dependency_links.txt
src/hyperbolic_math.egg-info/requires.txt
src/hyperbolic_math.egg-info/top_level.txt
src/manifolds/__init__.py
src/manifolds/euclidean.py
src/manifolds/hyperboloid.py
src/manifolds/manifold.py
src/manifolds/poincare.py
src/utils/__init__.py
src/utils/helpers.py
src/utils/horo_pca.py
src/utils/math_utils.py
src/utils/vis_utils.py
tests/test_manifolds.py
tests/test_optimizers.py