You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For hard systems, preconditioning is needed. As a start, we should implement a preconditioned version of CG, which works for symmetric positive-definite matrices.
To do:
Implement preconditioner class
Implement diagonal preconditioner (simplest)
Implement PCG
The text was updated successfully, but these errors were encountered:
For hard systems, preconditioning is needed. As a start, we should implement a preconditioned version of CG, which works for symmetric positive-definite matrices.
To do:
The text was updated successfully, but these errors were encountered: