LICENSE
README.md
pyproject.toml
src/hyperbolic_math/__init__.py
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/hyperbolic_math/manifolds/__init__.py
src/hyperbolic_math/manifolds/euclidean.py
src/hyperbolic_math/manifolds/hyperboloid.py
src/hyperbolic_math/manifolds/manifold.py
src/hyperbolic_math/manifolds/poincare.py
src/hyperbolic_math/nn_layers/__init__.py
src/hyperbolic_math/nn_layers/helpers.py
src/hyperbolic_math/nn_layers/hyperbolic_standard_layers.py
src/hyperbolic_math/nn_layers/hyperboloid_linear_layers.py
src/hyperbolic_math/nn_layers/hyperboloid_regression_layers.py
src/hyperbolic_math/nn_layers/poincare_linear_layers.py
src/hyperbolic_math/nn_layers/poincare_regression_layers.py
src/hyperbolic_math/optim/__init__.py
src/hyperbolic_math/optim/riemannian_adam.py
src/hyperbolic_math/optim/riemannian_sgd.py
src/hyperbolic_math/utils/__init__.py
src/hyperbolic_math/utils/helpers.py
src/hyperbolic_math/utils/horo_pca.py
src/hyperbolic_math/utils/math_utils.py
src/hyperbolic_math/utils/vis_utils.py
tests/test_manifolds.py
tests/test_optimizers.py