.gitattributes
.gitignore
.readthedocs.yml
CONTRIBUTING.md
LICENSE
README.md
profile_torchkbnufft.py
pyproject.toml
setup.cfg
setup.py
.github/workflows/python-app.yml
.github/workflows/python-publish.yml
docs/Makefile
docs/make.bat
docs/requirements.txt
docs/update_all.bash
docs/source/basic.rst
docs/source/conf.py
docs/source/index.rst
docs/source/performance.rst
docs/source/torchkbnufft.functional.rst
docs/source/torchkbnufft.rst
docs/source/_templates/classtemplate.rst
docs/source/_templates/functiontemplate.rst
docs/source/_templates/autosummary/class.rst
docs/source/generated/torchkbnufft.KbInterp.rst
docs/source/generated/torchkbnufft.KbInterpAdjoint.rst
docs/source/generated/torchkbnufft.KbNufft.rst
docs/source/generated/torchkbnufft.KbNufftAdjoint.rst
docs/source/generated/torchkbnufft.ToepNufft.rst
docs/source/generated/torchkbnufft.absolute.rst
docs/source/generated/torchkbnufft.calc_density_compensation_function.rst
docs/source/generated/torchkbnufft.calc_tensor_spmatrix.rst
docs/source/generated/torchkbnufft.calc_toeplitz_kernel.rst
docs/source/generated/torchkbnufft.complex_mult.rst
docs/source/generated/torchkbnufft.complex_sign.rst
docs/source/generated/torchkbnufft.conj_complex_mult.rst
docs/source/generated/torchkbnufft.imag_exp.rst
docs/source/generated/torchkbnufft.inner_product.rst
notebooks/Basic Example.ipynb
notebooks/README.md
notebooks/SENSE Example.ipynb
notebooks/Sparse Matrix Example.ipynb
notebooks/Toeplitz Example.ipynb
notebooks/mrisensesim.py
tests/__init__.py
tests/conftest.py
tests/test_dcomp.py
tests/test_interp.py
tests/test_math.py
tests/test_nufft.py
tests/test_sense_nufft.py
tests/test_toep.py
tests/data/create_old_data.py
tests/data/interp_data.pkl
tests/data/nufft_data.pkl
tests/data/sense_nufft_data.pkl
torchkbnufft/__init__.py
torchkbnufft/_math.py
torchkbnufft/_version.py
torchkbnufft.egg-info/PKG-INFO
torchkbnufft.egg-info/SOURCES.txt
torchkbnufft.egg-info/dependency_links.txt
torchkbnufft.egg-info/requires.txt
torchkbnufft.egg-info/top_level.txt
torchkbnufft/_autograd/__init__.py
torchkbnufft/_autograd/interp.py
torchkbnufft/_nufft/__init__.py
torchkbnufft/_nufft/dcomp.py
torchkbnufft/_nufft/fft.py
torchkbnufft/_nufft/interp.py
torchkbnufft/_nufft/spmat.py
torchkbnufft/_nufft/toep.py
torchkbnufft/_nufft/utils.py
torchkbnufft/functional/__init__.py
torchkbnufft/functional/interp.py
torchkbnufft/functional/nufft.py
torchkbnufft/modules/__init__.py
torchkbnufft/modules/_kbmodule.py
torchkbnufft/modules/kbinterp.py
torchkbnufft/modules/kbnufft.py