Changeset [68e97ad413c376083ce154ca51c3a1ebe9df5e31] by Dominique Orban

December 10th, 2008 @ 12:46 AM

Added CGS and BiCGSTAB modules.

Committed by Dominique Orban

  • A doc/source/bicgstab.rst
  • A doc/source/cgs.rst
  • A pykrylov/bicgstab/__init__.py
  • A pykrylov/bicgstab/bicgstab.py
  • A pykrylov/bicgstab/setup.py
  • A pykrylov/cgs/__init__.py
  • A pykrylov/cgs/cgs.py
  • A pykrylov/cgs/setup.py
  • M README.rst
  • M doc/source/conf.py
  • M pykrylov/cg/cg.py
  • M pykrylov/setup.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