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

Sparse Matrices are not well supported #6

Closed
axsk opened this issue Aug 29, 2023 · 2 comments
Closed

Sparse Matrices are not well supported #6

axsk opened this issue Aug 29, 2023 · 2 comments

Comments

@axsk
Copy link
Owner

axsk commented Aug 29, 2023

I had to fix the method signatures, and I am not sure if all Sparse Eigensolver modules are really working.
Also one of the bigger ones (IterativeSolvers?) is missing.

Check the state of these

@axsk
Copy link
Owner Author

axsk commented Aug 30, 2023

  • IterativeSolvers.jl and ARPACK.jl does not offer Schur decompositions (even though the original ARPACK does, the Julia package does not expose this)
  • Sparse matrices work with the ArnoldiSolver and KrylovSolver
  • But we have no tests for the Sparse part

@axsk
Copy link
Owner Author

axsk commented Aug 30, 2023

Move the missing test into a new issue.

@axsk axsk closed this as completed Aug 30, 2023
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

1 participant