eigenvectors-from-eigenvalues icon indicating copy to clipboard operation
eigenvectors-from-eigenvalues copied to clipboard

Fast Version

Open ritchieng opened this issue 5 years ago • 2 comments

TODOs

  • Vectorized deduction for lambda of matrix and lambda of submatrix
  • Numba no python (remove need for python interpreter) and fast

ritchieng avatar Nov 18 '19 01:11 ritchieng

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.

cgyurgyik avatar Nov 20 '19 13:11 cgyurgyik

Thanks @cgyurgyik. Stay tuned for updates!

ritchieng avatar Nov 21 '19 00:11 ritchieng