Skip to content

piotrrusak/PrallelGaussProject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Parallel Gauss Project

This project computes an upper triangular matrix using a parallelized approach based on the normal Foaty form.

Features

  • Efficient computation of upper triangular matrices.
  • Parallelized algorithm for improved performance.
  • Easy to run via script or IntelliJ IDEA.

How to Run It?

Option 1: Using IntelliJ IDEA

  1. Open the project in IntelliJ IDEA.
  2. Press Shift + F10 to run the project.
  3. Ensure all dependencies are configured correctly in your environment.

Option 2: Using the Shell Script

  1. Make sure the run_project.sh script has execution permissions:
    chmod +x run_project.sh

About

Computing upper triangle matrix simultaneously.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors