Changeset [0118f32660d58baecd0b918b81ee923b317068d0] by Dominique Orban

January 31st, 2010 @ 01:16 PM

Return resid norm for all + check_curvature on CG.

o All methods can now return a list of residual norms along the iterations.
o The CG method accepts the additional keyword check_curvature in case of
indefinite coefficient matrix. http://github.com/dpo/pykrylov/commit/0118f32660d58baecd0b918b81ee9...

Committed by Dominique Orban

  • M pykrylov/cg/cg.py
  • M pykrylov/generic/generic.py
New-ticket Create new ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป

A library of Krylov methods in pure Python