Skip to content

Serial and parallel QR factorization of matrix, using householder reflection and givens rotation. QR iteration methods using Hessenberg matrix and Wilkinson shift are implemented.

Notifications You must be signed in to change notification settings

shwangtangjun/QR-parallel

Repository files navigation

QR-parallel

Serial and parallel QR factorization of matrix, with Householder reflection and Givens rotation. Mpi and BLAS are used.

Moreover, QR iteration methods using Hessenberg matrix and Wilkinson shift are implemented.

Householder parallel implementation refer to https://github.com/zjevik/QR-decomposition

run.sh contains all necessary command.

About

Serial and parallel QR factorization of matrix, using householder reflection and givens rotation. QR iteration methods using Hessenberg matrix and Wilkinson shift are implemented.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published