Skip to content

Non-optimized PyTorch Eigenvectors from Eigenvalues Implementation

Pre-release
Pre-release
Compare
Choose a tag to compare
@ritchieng ritchieng released this 18 Nov 02:14
· 11 commits to master since this release

This repository implements the paper "Eigenvectors from Eigenvalues" that "relates the norm squared of the elements of eigenvectors to the eigenvalues and the submatrix eigenvalues." Implementation is in PyTorch, enabling deployment on CPU and GPU for large-scale calculation of eigenvectors through this new succinct method.