-
Notifications
You must be signed in to change notification settings - Fork 6
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
Trouble with eigenvalues and lanczos-tag #11
Comments
Hi there, thanks for the report. It looks like I had accidentally left that code path disabled during some testing earlier. I've re-enabled it now in the git master branch -- could you try that and see if it works? I really ought to have a unit test for these bits; I'm surprised I missed it! Cheers, Toby |
Hi Toby, |
Great. I'll include the fix (and a unit test!) in the next release; for now, keep using the git version (it won't change much, if at all, over the next few months), and do report any more issues you encounter. |
Hi wolfgangp -- just FYI: I realised that I had also failed to enable eigenvalue computations for sparse (compressed/coordinate) matrices, and I've now fixed that, too. If you need that functionality, you'll have to pull from git again! |
When I do:
I get:
I tried with power_iter_tag, too, and it works. But it's not what I need.
Please advise.
Thanks for your effort! This is very promising stuff.
Cheers,
wolfgangp
The text was updated successfully, but these errors were encountered: