.coveragerc
.gitignore
.readthedocs.yaml
Cargo.lock
Cargo.toml
LICENSE.txt
MANIFEST.in
README.md
pyproject.toml
release.py
requirements-legacy.txt
setup.py
tox.ini
.github/workflows/ci.yml
.github/workflows/codeql-analysis.yml
.vscode/settings.json
.zed/debug.json
docs/Makefile
docs/__init__.py
docs/conf.py
docs/hankel.rst
docs/index.rst
docs/installation.rst
docs/intro.rst
docs/make.bat
docs/one_shot.rst
docs/examples/README.rst
docs/examples/__init__.py
docs/examples/helper.py
docs/examples/known_transforms.py
docs/examples/literature_comparison.py
docs/examples/native_speed_example.py
docs/examples/one_shot_example.py
docs/examples/simple_example.py
docs/examples/speed_usage_example.py
docs/examples/spherical_known_transforms.py
docs/examples/usage_example.py
pyhank/__init__.py
pyhank/confirm_native_extension.py
pyhank.egg-info/PKG-INFO
pyhank.egg-info/SOURCES.txt
pyhank.egg-info/dependency_links.txt
pyhank.egg-info/requires.txt
pyhank.egg-info/scm_file_list.json
pyhank.egg-info/scm_version.json
pyhank.egg-info/top_level.txt
pyhank/_pure_python/__init__.py
pyhank/_pure_python/hankel.py
pyhank/_pure_python/one_shot.py
rust/lib.rs
tests/__init__.py
tests/conftest.py
tests/test_benchmark.py
tests/test_hankel.py
tests/test_native.py
tests/test_one_shot.py
tests/test_release.py
tests/matlab/License.txt
tests/matlab/bessel_zeros.m
tests/matlab/hankel_example.m
tests/matlab/hankel_matrix.m
tests/matlab/iqdht.m
tests/matlab/qdht.m