Randomized Greedy Double Block Extended Kaczmarz Algorithm arXiv
Sequential experiments are performed on MATLAB R2025a.
main
Parallel experiments are performed in Python 3.10.13 using CUDA 12.4.131 and MPI 4.0.2.
pip install -r requirements.txt
chmod +x run_mpi.sh
./run_mpi.sh
FEM Applications are performed using sequential RGDBEK on Python 3.11.0.
pip install -r requirements.txt
python poisson.py
python helmholtz.py