This project computes an upper triangular matrix using a parallelized approach based on the normal Foaty form.
- Efficient computation of upper triangular matrices.
- Parallelized algorithm for improved performance.
- Easy to run via script or IntelliJ IDEA.
- Open the project in IntelliJ IDEA.
- Press Shift + F10 to run the project.
- Ensure all dependencies are configured correctly in your environment.
- Make sure the
run_project.shscript has execution permissions:chmod +x run_project.sh