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

Add eigenvalue decomposition to sparskit interface #44

Closed
jacobmerson opened this issue Aug 20, 2018 · 7 comments
Closed

Add eigenvalue decomposition to sparskit interface #44

jacobmerson opened this issue Aug 20, 2018 · 7 comments
Labels
enhancement New feature or request

Comments

@jacobmerson
Copy link
Collaborator

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.

@jacobmerson jacobmerson added the enhancement New feature or request label Aug 20, 2018
@wrtobin
Copy link
Owner

wrtobin commented Aug 20, 2018

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.

@jacobmerson
Copy link
Collaborator Author

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?

@wrtobin
Copy link
Owner

wrtobin commented Aug 20, 2018

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.

@jacobmerson
Copy link
Collaborator Author

Awesome thanks!

@jacobmerson
Copy link
Collaborator Author

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.

@wrtobin
Copy link
Owner

wrtobin commented Aug 21, 2018

Do you still want this implemented? I was just about to get started on it.

@jacobmerson
Copy link
Collaborator Author

Not for now. Thanks.

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

No branches or pull requests

2 participants