.flake8
.gitignore
.pre-commit-config.yaml
.readthedocs.yml
AUTHORS.rst
CHANGELOG.rst
CONTRIBUTING.rst
LICENSE.rst
MANIFEST.in
README.rst
pyproject.toml
setup.cfg
setup.py
.github/dependabot.yaml
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/ISSUE_TEMPLATE/question.md
.github/workflows/deploy.yaml
.github/workflows/test_suite.yaml
devel/stepsizes_for_fourier.ipynb
devel/stepsizes_for_integrals.ipynb
devel/stepsizes_for_transforms.ipynb
docs/Makefile
docs/api.rst
docs/authors.rst
docs/changelog.rst
docs/conf.py
docs/contributing.rst
docs/example_toc.rst
docs/index.rst
docs/license.rst
docs/make.bat
docs/requirements.txt
docs/demos/choosing_resolution_parameters.ipynb
docs/demos/getting_started.ipynb
docs/demos/laplacian_hankel_vs_fft.ipynb
docs/demos/paper_plots.ipynb
docs/demos/testing_forward_and_inverse_transforms.ipynb
docs/templates/class.rst
docs/templates/modules.rst
hankel/__init__.py
hankel/_version.py
hankel/hankel.py
hankel/tools.py
hankel.egg-info/PKG-INFO
hankel.egg-info/SOURCES.txt
hankel.egg-info/dependency_links.txt
hankel.egg-info/requires.txt
hankel.egg-info/top_level.txt
paper/Makefile
paper/joss-logo.png
paper/latex.template
paper/paper.bib
paper/paper.md
tests/test_api.py
tests/test_fourier.py
tests/test_get_h.py
tests/test_known_integrals.py
tests/test_round_trip.py
tests/test_transforms.py