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 - Fork 0
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.
brijeshvp/LU-Decomposition-using-Parallel-Programming
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
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 0
No packages published