LICENSE
README.md
pyproject.toml
beamax/__init__.py
beamax/decomposition.py
beamax/geometry.py
beamax/plotter.py
beamax/py.typed
beamax/transforms.py
beamax.egg-info/PKG-INFO
beamax.egg-info/SOURCES.txt
beamax.egg-info/dependency_links.txt
beamax.egg-info/requires.txt
beamax.egg-info/top_level.txt
beamax/gb/__init__.py
beamax/gb/core.py
beamax/gb/gb_solvers.py
beamax/gb/gb_utils.py
beamax/solvers/__init__.py
beamax/solvers/hybrid_solver.py
beamax/solvers/hybrid_solver_utils.py
beamax/solvers/kwave_solver.py
beamax/solvers/solverbase.py
beamax/solvers/msgb_solvers/__init__.py
beamax/solvers/msgb_solvers/adjoint_solver_utils.py
beamax/solvers/msgb_solvers/forward_solver_utils.py
beamax/solvers/msgb_solvers/msgb_solver.py
beamax/solvers/msgb_solvers/tr_solver_utils.py
beamax/utils/__init__.py
beamax/utils/arrays.py
beamax/utils/coeff_index.py
beamax/utils/device.py
beamax/utils/fft.py
beamax/utils/interp.py
tests/test_decomposition.py
tests/test_frames.py
tests/test_gb.py
tests/test_geometry.py
tests/test_ms_filters.py
tests/test_plotter.py
tests/test_transforms.py
tests/test_utils.py