Skip to content

QR Algorithm for finding eigenvalues & eigenvectors of a symmetric matrix using QR factorization with Householder reflections

License

Notifications You must be signed in to change notification settings

ayalachn/QR_Algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QR_Algorithm

QR Algorithm for finding eigenvalues & eigenvectors of a symmetric matrix using QR factorization with Householder reflections

Important note: Before running C++17 code in VS:

  1. Change to C++17 standard (Project Properties -> C++ Language Standard): image

  2. Change to Release and x64: image

  3. Change Optimization to Optimization Favor Speed

  4. Favor Fast code image

About

QR Algorithm for finding eigenvalues & eigenvectors of a symmetric matrix using QR factorization with Householder reflections

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published