-
Notifications
You must be signed in to change notification settings - Fork 53
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
[documentation] KrylovPreconditioners.jl #837
Comments
Examples on how to build a good and simple conditioners will be great. |
Hi @RoyiAvital! You already have a few examples in section "preconditioners" of the documentation: |
What I would like to add in the documentation is a matrix-free preconditioner but I didn't find a good example yet. If you have an idea of an application in "image processing", it will be great! |
There are many graph inspired algorithms which generates a large system to solve. I can also give a large example of inverse problem where the problem can be solved using operators. |
An example with an inverse problem could be great! For the preconditioner, I think that an example with a method like SOR ou Gauss-Seidel as preconditioner could be relevant. |
I should add a section about the Julia package KrylovPreconditioners.jl and its GPU preconditioners ILU(0), IC(0) and block-Jacobi.
The text was updated successfully, but these errors were encountered: