Skip to content

zjevik/QR-decomposition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

QR-decomposition

Parallelization of QR decomposition with Householder transformation

/* GQ Decomposition & Eigenvalues by Ondrej Zjevik, 2012 */

Project structure

[eig]

  • contains everything needed to run the code to find eigenvalues of a matrix

run_mpi.sh

run_serial.sh - these scripts run the programs to find the eigenvalues

[qr]

  • contains everything needed to run the code to find a QR decomposition of a matrix

run_mpi.sh

run_omp.sh

run_serial.sh

- these scripts contain examples on how to run; they run the programs to find the QR decomposition of a matrix  

About

Parallelization of QR decomposition with Householder transformation

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published