.. Description of krylov module
.. _krylov-page:

=================================================
Iterative Solution of Systems of Linear Equations
=================================================


------------------------------
Symmetric Systems of Equations
------------------------------

The :mod:`minres` Module
========================

.. _minres-section:

.. automodule:: minres

.. autoclass:: Minres
   :show-inheritance:
   :members:
   :inherited-members:
   :undoc-members:


The :mod:`pcg` Module
=====================

.. _pcg-section:

.. automodule:: pcg

.. autoclass:: TruncatedCG
   :show-inheritance:
   :members:
   :inherited-members:
   :undoc-members:

The :mod:`pygltr` Module
========================

.. _pygltr-section:

.. automodule:: pygltr

.. autoclass:: PyGltrContext
   :show-inheritance:
   :members:
   :inherited-members:
   :undoc-members:


The :mod:`projKrylov` Module
============================

.. _projKrylov-section:

.. automodule:: projKrylov

.. autoclass:: ProjectedKrylov
   :show-inheritance:
   :members:
   :inherited-members:
   :undoc-members:

The :mod:`ppcg` Module
======================

.. _ppcg-section:

.. automodule:: ppcg

.. autoclass:: ProjectedCG
   :show-inheritance:
   :members:
   :inherited-members:
   :undoc-members:


----------------------------------
Non-Symmetric Systems of Equations
----------------------------------

The :mod:`pbcgstab` Module
==========================

.. _pbcgstab-section:

.. automodule:: pbcgstab

.. autoclass:: ProjectedBCGSTAB
   :show-inheritance:
   :members:
   :inherited-members:
   :undoc-members: