We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Should we separate the dense and free part of the code ? Having everything in one file makes it difficult to navigate (at least for me).
Also some subroutines have a dense and a free version while I think they should be the same (for example the DPR correction). We should simplify that.
The text was updated successfully, but these errors were encountered:
I agree about separating the two implementations. Also, I have tried to make generic functions like DPR correction but I have not succeeded
Sorry, something went wrong.
I can look into the generic DPR. At the end of the day we only need the residues and the diagonal. So nothing of that require a free mat vec product
I Just realized that once we removed the ritz_vectors recalculation, the DPR free and dense subroutines are basically the same
ritz_vectors
No branches or pull requests
Should we separate the dense and free part of the code ? Having everything in one file makes it difficult to navigate (at least for me).
Also some subroutines have a dense and a free version while I think they should be the same (for example the DPR correction). We should simplify that.
The text was updated successfully, but these errors were encountered: