/QR_Algorithm

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

Primary LanguageC++MIT LicenseMIT

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