Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up[Hacktoberfest] Add Rayleigh quotient iteration algorithm #3401
Conversation
This algorithm is similar to power iteration but is able to find any eigenvalue instead of just the largest eigenvalue.


Describe your change:
Added Rayleigh quotient iteration algorithm. This algorithm is similar to power iteration but is able to find any eigenvalue instead of just the largest eigenvalue.
Issue: #2510
Checklist:
Fixes: #{$ISSUE_NO}.