.gitignore
.pre-commit-config.yaml
LICENCE_FR
LICENSE
README.md
pyproject.toml
setup.py
.github/workflows/build.yml
.github/workflows/pre-commit.yml
/tmp/build-env-c55_z3t8/lib/python3.10/site-packages/numpy/core/include/numpy/arrayobject.h
/tmp/build-env-c55_z3t8/lib/python3.10/site-packages/numpy/core/include/numpy/arrayscalars.h
/tmp/build-env-c55_z3t8/lib/python3.10/site-packages/numpy/core/include/numpy/ndarrayobject.h
/tmp/build-env-c55_z3t8/lib/python3.10/site-packages/numpy/core/include/numpy/ndarraytypes.h
/tmp/build-env-c55_z3t8/lib/python3.10/site-packages/numpy/core/include/numpy/ufuncobject.h
src/pyoperators/__init__.py
src/pyoperators/config.py
src/pyoperators/core.py
src/pyoperators/fft.py
src/pyoperators/flags.py
src/pyoperators/linear.py
src/pyoperators/memory.py
src/pyoperators/nonlinear.py
src/pyoperators/operators_mpi.py
src/pyoperators/operators_pywt.py
src/pyoperators/proxy.py
src/pyoperators/rules.py
src/pyoperators/warnings.py
src/pyoperators.egg-info/PKG-INFO
src/pyoperators.egg-info/SOURCES.txt
src/pyoperators.egg-info/dependency_links.txt
src/pyoperators.egg-info/requires.txt
src/pyoperators.egg-info/top_level.txt
src/pyoperators/iterative/__init__.py
src/pyoperators/iterative/algorithms.py
src/pyoperators/iterative/cg.py
src/pyoperators/iterative/core.py
src/pyoperators/iterative/criterions.py
src/pyoperators/iterative/dli.py
src/pyoperators/iterative/lanczos.py
src/pyoperators/iterative/linesearch.py
src/pyoperators/iterative/optimize.py
src/pyoperators/iterative/stopconditions.py
src/pyoperators/utils/__init__.py
src/pyoperators/utils/cythonutils.c
src/pyoperators/utils/cythonutils.pyx
src/pyoperators/utils/fake_MPI.py
src/pyoperators/utils/misc.py
src/pyoperators/utils/mpi.py
src/pyoperators/utils/testing.py
src/pyoperators/utils/ufuncs.c.src
tests/__init__.py
tests/common.py
tests/test_algorithms.py
tests/test_attribute_propagation.py
tests/test_broadcastingoperators.py
tests/test_class_propagation.py
tests/test_composition.py
tests/test_core.py
tests/test_criterions.py
tests/test_delete.py
tests/test_dense.py
tests/test_fft.py
tests/test_flags.py
tests/test_identity.py
tests/test_inplace_outofplace.py
tests/test_iterative.py
tests/test_linear.py
tests/test_memory.py
tests/test_mpi.py
tests/test_mpi_comms.py
tests/test_nbytes.py
tests/test_nonlinear.py
tests/test_partition.py
tests/test_proxy.py
tests/test_pywt.py
tests/test_reset.py
tests/test_rules.py
tests/test_sparse.py
tests/test_stopconditions.py
tests/test_str.py
tests/test_ufuncs.py
tests/test_utils.py
tests/test_zero.py