Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 685 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 685 Bytes

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