LICENSE
README.md
pyproject.toml
hypll/__init__.py
hypll.egg-info/PKG-INFO
hypll.egg-info/SOURCES.txt
hypll.egg-info/dependency_links.txt
hypll.egg-info/requires.txt
hypll.egg-info/top_level.txt
hypll/manifolds/__init__.py
hypll/manifolds/base/__init__.py
hypll/manifolds/base/manifold.py
hypll/manifolds/euclidean/__init__.py
hypll/manifolds/euclidean/manifold.py
hypll/manifolds/poincare_ball/__init__.py
hypll/manifolds/poincare_ball/curvature.py
hypll/manifolds/poincare_ball/manifold.py
hypll/manifolds/poincare_ball/math/__init__.py
hypll/manifolds/poincare_ball/math/diffgeom.py
hypll/manifolds/poincare_ball/math/linalg.py
hypll/manifolds/poincare_ball/math/stats.py
hypll/nn/__init__.py
hypll/nn/modules/__init__.py
hypll/nn/modules/activation.py
hypll/nn/modules/batchnorm.py
hypll/nn/modules/change_manifold.py
hypll/nn/modules/container.py
hypll/nn/modules/convolution.py
hypll/nn/modules/embedding.py
hypll/nn/modules/flatten.py
hypll/nn/modules/fold.py
hypll/nn/modules/linear.py
hypll/nn/modules/pooling.py
hypll/optim/__init__.py
hypll/optim/adam.py
hypll/optim/sgd.py
hypll/tensors/__init__.py
hypll/tensors/manifold_parameter.py
hypll/tensors/manifold_tensor.py
hypll/tensors/tangent_tensor.py
hypll/utils/__init__.py
hypll/utils/layer_utils.py
hypll/utils/math.py
hypll/utils/tensor_utils.py
tests/test_manifold_tensor.py