-
Notifications
You must be signed in to change notification settings - Fork 1
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
Add eigenvalue decomposition to sparskit interface #44
Comments
This is related to #3 as it is an additional high-level functionality we need more abstract access to. A wrapper API to retrieve these functions/variations of these functions for a compile-time configurable backend is needed. |
That seems a bit beyond what I am interested in implementing, as I am not super familiar with the details of las, and what you are thinking of for this api. Were you planning on working on the "high-level" api anytime soon? |
Probably not in the short term no, but I want to reference that issue in conjunction with this regardless. Adding a specific eigenvalues calculation abstraction is a short term solution inline with the rest of the codebase at the moment. I should be able to get to this tomorrow morning. |
Awesome thanks! |
this may be a moot point. With the larger systems I really do not want to be computing the eigenvalues/eigenmatrices of the whole system. I may need to look at ARPACK or some other Lanczos type eigenvalue solver. |
Do you still want this implemented? I was just about to get started on it. |
Not for now. Thanks. |
I am working on test cases for the stiffness matrix in tobinw/biotissue. For this I would like to check that the matrix is positive definite. It would be useful to have access to the sparskit tql2 method for this.
The text was updated successfully, but these errors were encountered: