eigenvectors-from-eigenvalues
eigenvectors-from-eigenvalues copied to clipboard
Fast Version
TODOs
- Vectorized deduction for lambda of matrix and lambda of submatrix
- Numba no python (remove need for python interpreter) and fast
Hey ritchieng, just saw this repo. I'm implementing this formula using MATLAB: https://github.com/cgyurgyik/EigenvectorsFromEigenvalues I'll be curious to see your optimizations and results compared to current algorithms used to find eigenvectors.
Thanks @cgyurgyik. Stay tuned for updates!