MANIFEST.in
README.md
pyproject.toml
setup.py
hyperlib/__init__.py
hyperlib.egg-info/PKG-INFO
hyperlib.egg-info/SOURCES.txt
hyperlib.egg-info/dependency_links.txt
hyperlib.egg-info/requires.txt
hyperlib.egg-info/top_level.txt
hyperlib/embedding/__init__.py
hyperlib/embedding/metric.py
hyperlib/embedding/sarkar.py
hyperlib/embedding/treerep.py
hyperlib/embedding/include/graph.h
hyperlib/embedding/include/treerep.h
hyperlib/embedding/src/graph.cc
hyperlib/embedding/src/treerep.cc
hyperlib/embedding/src/wrapper.cc
hyperlib/manifold/__init__.py
hyperlib/manifold/base.py
hyperlib/manifold/poincare.py
hyperlib/nn/__init__.py
hyperlib/nn/layers/__init__.py
hyperlib/nn/layers/dense_attention.py
hyperlib/nn/layers/lin_hyp.py
hyperlib/nn/optimizers/__init__.py
hyperlib/nn/optimizers/rsgd.py
hyperlib/utils/__init__.py
hyperlib/utils/functional.py
hyperlib/utils/graph.py
hyperlib/utils/linalg.py
hyperlib/utils/multiprecision.py