Skip to content

This repo is a rudimentary implementation of the implicit QR algorithm proposed by John G. F. Francis

License

Notifications You must be signed in to change notification settings

LieZiWind/QR-Algorithm-for-eigenvalues

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Implicit QR Algorithm

This repo is a rudimentary implementation of the implicit QR algorithm proposed by John G. F. Francis.

  • Implement the basic idea of the "implicit" QR algorithm.
  • Deal with all boundary conditions.
  • Handle matrix with complex eigenvalues.
  • Reasonable compuation speed(Slow compared with Matlab's implementation).

About

This repo is a rudimentary implementation of the implicit QR algorithm proposed by John G. F. Francis

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages