.. _sphx_glr_api_gallery_linalg_iterative: Iterative solvers ----------------- Conjugate gradient (SPD systems) and GMRES (general systems): Krylov subspace methods that never form a dense factorization. Also the classical stationary iterations: Jacobi, Gauss-Seidel, and successive over-relaxation (SOR). .. raw:: html
.. raw:: html
.. thumbnail-parent-div-open .. raw:: html
.. only:: html .. image:: /api/gallery/linalg/iterative/images/thumb/sphx_glr_plot_01_cg_and_gmres_convergence_thumb.png :alt: :doc:`/api/gallery/linalg/iterative/plot_01_cg_and_gmres_convergence` .. raw:: html
Conjugate gradient and GMRES convergence
.. raw:: html
.. only:: html .. image:: /api/gallery/linalg/iterative/images/thumb/sphx_glr_plot_02_gauss_seidel_and_sor_thumb.png :alt: :doc:`/api/gallery/linalg/iterative/plot_02_gauss_seidel_and_sor` .. raw:: html
Jacobi, Gauss-Seidel, and successive over-relaxation
.. thumbnail-parent-div-close .. raw:: html
.. toctree:: :hidden: /api/gallery/linalg/iterative/plot_01_cg_and_gmres_convergence /api/gallery/linalg/iterative/plot_02_gauss_seidel_and_sor