Changeset [80afbbab8b0a695430b60319eda6390b303ed80b] by Dominique Orban

March 16th, 2009 @ 12:29 AM

Moved matvec_max kwarg to solve() for all solvers

The matvec_max kwarg is now an argument to solve and not to init. Should I move the prec and reltol arguments to solve as well?

Documentation and benchmark script are updated. http://github.com/dpo/pykrylov/c...

Committed by Dominique Orban

  • M doc/PyKrylov.pdf
  • M doc/source/bmark.rst
  • M examples/bmark.py
  • M pykrylov/bicgstab/bicgstab.py
  • M pykrylov/cg/cg.py
  • M pykrylov/cgs/cgs.py
  • M pykrylov/generic/generic.py
  • M pykrylov/tfqmr/tfqmr.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