.gitattributes
.gitignore
.gitlab-ci.yml
.gitmodules
CHANGELOG.md
Dockerfile
INSTALLATION.md
LICENSE
README.md
USAGE.md
pyproject.toml
rclone.conf
regpy.def
renaming_changes.csv
requirements.txt
test.log
.github/workflows/docker-deploy.yml
.github/workflows/pypi.yml
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_GD_methods.ipynb
doc/sphinx/source/notebooks/medium_scattering.ipynb
doc/sphinx/source/notebooks/parallel_mri.ipynb
doc/sphinx/source/notebooks/potential.ipynb
doc/sphinx/source/notebooks/tfm.ipynb
doc/sphinx/source/notebooks/volterra_main_example.ipynb
examples/__init__.py
examples/deconvolution/deconvolution_gradient_methods_bilateral_constraints.ipynb
examples/deconvolution/deconvolution_test.ipynb
examples/deconvolution/deconvolution_with_SSNewton.ipynb
examples/deconvolution/deconvolution_with_bilateralSSNewton.ipynb
examples/medium_scattering/__init__.py
examples/medium_scattering/example_medium_scattering.ipynb
examples/mri/__init__.py
examples/mri/mri.py
examples/mri/mri_example_parallel.py
examples/mri/real_data_example.ipynb
examples/mri/real_data_example.py
examples/mri/data/ksp3x2.mat
examples/ngsolve/eit_landweber.py
examples/ngsolve/ngsolve_diffusion_coefficient.py
examples/ngsolve/ngsolve_reaction_boundary.py
examples/ngsolve/ngsolve_reaction_coefficient.py
examples/ngsolve/ngsolve_reaction_coefficient_1d.py
examples/ngsolve/ngsolve_reaction_coefficient_tv.py
examples/obstacle/__init__.py
examples/obstacle/dirichlet_op.py
examples/obstacle/obstacle_example.ipynb
examples/obstacle/obstacle_example.py
examples/obstacle/obstacle_example_phaseless.ipynb
examples/obstacle/functions/__init__.py
examples/obstacle/functions/farfield_matrix.py
examples/obstacle/functions/operator.py
examples/obstacle/functions/setup_iop_data.py
examples/pinem/__init__.py
examples/pinem/example.log
examples/pinem/extensions.py
examples/pinem/full_g_inversion.ipynb
examples/pinem/full_g_inversion.py
examples/pinem/operators.py
examples/pinem/plot_saved_reco.py
examples/pinem/plotting.py
examples/pinem/setup.py
examples/pinem/wave_field_inversion.py
examples/pinem/data/.gitkeep
examples/pinem/data/README.md
examples/pinem/data/simulated_g.mat
examples/potential/__init__.py
examples/potential/potential_example.ipynb
examples/potential/potential_example.py
examples/tfm_ngsolve/tfm.py
examples/tfm_ngsolve/tfm_example.ipynb
examples/tfm_ngsolve/tfm_example.py
examples/volterra/__init__.py
examples/volterra/volterra_main_example.ipynb
examples/volterra/volterra_main_example.py
examples/volterra/volterra_many_solvers.ipynb
examples/xray_phase_contrast/__init__.py
examples/xray_phase_contrast/example_xray_phase_contrast.ipynb
examples/xray_phase_contrast/image_phase_retrival.png
examples/xray_phase_contrast/xray_phase_contrast_operator.py
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/ngsolve.py
regpy/hilbert/__init__.py
regpy/hilbert/ngsolve.py
regpy/operators/__init__.py
regpy/operators/bases_transform.py
regpy/operators/convolution.py
regpy/operators/ngsolve.py
regpy/operators/parallel_operators.py
regpy/solvers/__init__.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/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/operator_tests.py
regpy/vecsps/__init__.py
regpy/vecsps/curve.py
regpy/vecsps/ngsolve.py
regpy/vecsps/tensor_bases.py
tests/test_examples.py
tests/test_functionals.py
tests/test_measure_space.py
tests/test_spaces.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