Skip to content

Assignments for High Performace Computing exam at Unimore, Modena, IT.

Notifications You must be signed in to change notification settings

antoniopelusi/lu-solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Assignments for High Performace Computing exam at Unimore, Modena, IT.

Topics

Resources

Stars

Watchers

Forks