https://github.com/antoniopelusi/lu-solver
Assignments for High Performace Computing exam at Unimore, Modena, IT.
https://github.com/antoniopelusi/lu-solver
cuda lu-decomposition openmp
Last synced: 4 months ago
JSON representation
Assignments for High Performace Computing exam at Unimore, Modena, IT.
- Host: GitHub
- URL: https://github.com/antoniopelusi/lu-solver
- Owner: antoniopelusi
- Created: 2022-11-11T16:09:37.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-10T16:18:56.000Z (over 3 years ago)
- Last Synced: 2025-04-13T10:13:16.079Z (about 1 year ago)
- Topics: cuda, lu-decomposition, openmp
- Language: C
- Homepage:
- Size: 576 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LU SOLVER
The **LU** decomposition factors a square matrix *A* into the product of two matrices:
> *A* = **LU**
where:
- **L** is a lower triangular matrix (all elements above the diagonal are zero);
- **U** is an upper triangular matrix (all the elements below the diagonal are zero).
Parallelization made using:
- OpenMP
- CUDA
Device used: Jetson Nano