Skip to content

In this project, I have implemented LU Decomposition using Gaussian Elimination with row pivoting which factorize a dense N × N matrix into an upper- triangular and a lower-triangular one. I have made 3 implementations of it. Sequential version and two parallel versions using OpenMP and PThread respectively.

Notifications You must be signed in to change notification settings

brijeshvp/LU-Decomposition-using-Parallel-Programming

Repository files navigation

LU-Decomposition-using-Parallel-Programming

In this project, I have implemented LU Decomposition using Gaussian Elimination with row pivoting which factorize a dense N × N matrix into an upper- triangular and a lower-triangular one. I have made 3 implementations of it. Sequential version and two parallel versions using OpenMP and PThread respectively.

About

In this project, I have implemented LU Decomposition using Gaussian Elimination with row pivoting which factorize a dense N × N matrix into an upper- triangular and a lower-triangular one. I have made 3 implementations of it. Sequential version and two parallel versions using OpenMP and PThread respectively.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published