Changeset [68e97ad413c376083ce154ca51c3a1ebe9df5e31] by Dominique Orban
December 10th, 2008 @ 12:46 AM
Added CGS and BiCGSTAB modules.
- Updated the README to fix typos and add references + build directions
- Added a cgs module implementing the CGS method and its doc page
- Added a bicgstab module implementing the Bi-CGSTAB method and its doc page https://github.com/dpo/pykrylov/commit/68e97ad413c376083ce154ca51c3...
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
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