Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

first K eigenvalues? #72

Open
Fil opened this issue Aug 9, 2018 · 3 comments
Open

first K eigenvalues? #72

Fil opened this issue Aug 9, 2018 · 3 comments

Comments

@Fil
Copy link
Contributor

Fil commented Aug 9, 2018

in EigenvalueDecomposition it would be nice to be able to retrieve only the first k eigenvalues & associated vectors, if it could save time and memory. I have no idea how to do it :)

Currently it's difficult to go beyond a 500x500 matrix.

@targos
Copy link
Member

targos commented Aug 9, 2018

I have no idea if the algorithm allows it :)

@jwist
Copy link
Member

jwist commented Jul 17, 2019

The nipals factorization allows you to retrieve one component at a time. It will be soon implemented in matrix.

@Fil
Copy link
Contributor Author

Fil commented Jul 18, 2019

Thank you for #91 !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants