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

generalized eigenvalues #5

Open
bbuchsbaum opened this issue Jan 8, 2017 · 3 comments
Open

generalized eigenvalues #5

bbuchsbaum opened this issue Jan 8, 2017 · 3 comments

Comments

@bbuchsbaum
Copy link

I'm trying to play with some algorithms in the graph embedding literature (e.g. locality preserving projections) which need to solve the generalized eigenvalue. The Matlab 'eigs' function has this option, but I notice it's missing in RSpectra.

@yixuan
Copy link
Owner

yixuan commented Jan 9, 2017

I plan to add a generalized eigen solver to RSpectra in the next version. Before that a workaround is as below:

@peekxc
Copy link

peekxc commented Jun 10, 2019

Has anyone been able to get an example that produces similar results as computed with e.g. the geigen package?

@yixuan
Copy link
Owner

yixuan commented Jun 10, 2019

@peekxc Generalized eigenvalues are not yet implemented in RSpectra. i expect to add it in the next major version release (maybe 0.16-0).

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