-
Notifications
You must be signed in to change notification settings - Fork 242
Improve LAMG helper classes #1210
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
Improve LAMG helper classes #1210
Conversation
96e2313 to
b6ab0b4
Compare
specialize SolverLamg.minRes for each Matrix type, because they have different interfaces
9726b77 to
95d96d3
Compare
|
To address the comments on variable naming: I agree that the names are not chosen well, but I do not have enough knowledge of the inner workings of this algorithm to understand what the |
…improve-lamg-helper-classes Improve LAMG helper classes
Various small changes to the LAMG helper classes to improve readability, performance, and allow use in
constcontexts. Also fixes a few problems such that the templateMatrixcan now be any of our matrix classes - and now uses explicit template instantiation to verfiy this.