.gitattributes
.gitignore
.gitlab-ci.yml
.gitmodules
CHANGELOG.md
CITATION.cff
Dockerfile
INSTALLATION.md
LICENSE
README.md
UPDATEDREMOTE.md
USAGE.md
pyproject.toml
rclone.conf
regpy.def
renaming_changes.csv
requirements.txt
test.log
update-remote.cmd
update-remote.sh
.github/workflows/docker-deploy.yml
.github/workflows/pypi.yml
.gitlab-ci-local/.gitignore
doc/sphinx/Makefile
doc/sphinx/make.bat
doc/sphinx/requirements.txt
doc/sphinx/source/Operators.rst
doc/sphinx/source/Solvers.rst
doc/sphinx/source/Spaces.rst
doc/sphinx/source/conf.py
doc/sphinx/source/contents.rst
doc/sphinx/source/examples.rst
doc/sphinx/source/index.rst
doc/sphinx/source/installation.rst
doc/sphinx/source/usage.rst
doc/sphinx/source/notebooks/deconvolution_Impulsive.ipynb
doc/sphinx/source/notebooks/medium_scattering.ipynb
doc/sphinx/source/notebooks/parallel_mri.ipynb
doc/sphinx/source/notebooks/potential_example.ipynb
regpy/__init__.py
regpy/_version.py
regpy/stoprules.py
regpy.egg-info/PKG-INFO
regpy.egg-info/SOURCES.txt
regpy.egg-info/dependency_links.txt
regpy.egg-info/requires.txt
regpy.egg-info/top_level.txt
regpy/functionals/__init__.py
regpy/functionals/base.py
regpy/functionals/ngsolve.py
regpy/functionals/numpy.py
regpy/hilbert/__init__.py
regpy/hilbert/base.py
regpy/hilbert/ngsolve.py
regpy/hilbert/numpy.py
regpy/operators/__init__.py
regpy/operators/base.py
regpy/operators/bases_transform.py
regpy/operators/convolution.py
regpy/operators/graph_operator.py
regpy/operators/ngsolve.py
regpy/operators/numpy.py
regpy/operators/parallel_operators.py
regpy/solvers/__init__.py
regpy/solvers/general.py
regpy/solvers/linear/__init__.py
regpy/solvers/linear/admm.py
regpy/solvers/linear/cgne.py
regpy/solvers/linear/landweber.py
regpy/solvers/linear/primal_dual.py
regpy/solvers/linear/proximal_gradient.py
regpy/solvers/linear/richardson_lucy.py
regpy/solvers/linear/semismoothNewton.py
regpy/solvers/linear/tikhonov.py
regpy/solvers/nonlinear/__init__.py
regpy/solvers/nonlinear/fista.py
regpy/solvers/nonlinear/forward_backward_splitting.py
regpy/solvers/nonlinear/gen_tikhonov.py
regpy/solvers/nonlinear/irgnm.py
regpy/solvers/nonlinear/irgnm_semismooth.py
regpy/solvers/nonlinear/landweber.py
regpy/solvers/nonlinear/newton.py
regpy/util/__init__.py
regpy/util/functional_tests.py
regpy/util/general.py
regpy/util/operator_tests.py
regpy/vecsps/__init__.py
regpy/vecsps/base.py
regpy/vecsps/curve.py
regpy/vecsps/ngsolve.py
regpy/vecsps/numpy.py
tests/test_examples.py
tests/test_functionals.py
tests/test_hilbert.py
tests/test_operators.py
tests/test_vecsps.py
tests/example_for_tests/Untiltelt.py
tests/example_for_tests/__init__.py
tests/example_for_tests/mediumscattering.py
tests/example_for_tests/mri.py
tests/example_for_tests/obstacle.py
tests/example_for_tests/potential.py
tests/example_for_tests/volterra.py
tests/example_for_tests/wave_field_inversion.py
tests/example_for_tests/xray_phase_contrast.py
tests/functional_tests/__init__.py
tests/functional_tests/base_functionals.py
tests/functional_tests/ngsolve_functional.py
tests/functional_tests/numpy_functional.py
tests/hilbert_tests/__init__.py
tests/hilbert_tests/base_hilbert.py
tests/hilbert_tests/ngsolve_hilbert.py
tests/hilbert_tests/numpy_hilbert.py
tests/operator_tests/__init__.py
tests/operator_tests/base_operator.py
tests/operator_tests/basetransform_operator.py
tests/operator_tests/convolution_operator.py
tests/operator_tests/ngsolve_operator.py
tests/operator_tests/numpy_operators.py
tests/vecsps_tests/__init__.py
tests/vecsps_tests/base_vecsps.py
tests/vecsps_tests/curve_vecsps.py
tests/vecsps_tests/ngsolve_vecsps.py
tests/vecsps_tests/numpy_vecsps.py