.. Copyright 2021 IRT Saint-Exupéry, https://www.irt-saintexupery.com This work is licensed under the Creative Commons Attribution-ShareAlike 4.0 International License. To view a copy of this license, visit http://creativecommons.org/licenses/by-sa/4.0/ or send a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA. .. _gen_linear_solver_algos: Options for Linear solver algorithms ==================================== .. _BICG_options: BICG ---- Module: :class:`gemseo.algos.linear_solvers.lib_scipy_linalg` Linear solver implemented in the SciPy library. More details about the algorithm and its options on https://docs.scipy.org/doc/scipy/reference/generated/BICG.html. Here are the options available in |g|: .. raw:: html
Options
.. _BICGSTAB_options: BICGSTAB -------- Module: :class:`gemseo.algos.linear_solvers.lib_scipy_linalg` Linear solver implemented in the SciPy library. More details about the algorithm and its options on https://docs.scipy.org/doc/scipy/reference/generated/BICGSTAB.html. Here are the options available in |g|: .. raw:: html
Options
.. _DEFAULT_options: DEFAULT ------- Module: :class:`gemseo.algos.linear_solvers.lib_scipy_linalg` This starts by LGMRES, but if it fails, switches to GMRES, then direct method super LU factorization. More details about the algorithm and its options on https://docs.scipy.org/doc/scipy/reference/generated/DEFAULT.html. Here are the options available in |g|: .. raw:: html
Options
.. _GMRES_options: GMRES ----- Module: :class:`gemseo.algos.linear_solvers.lib_scipy_linalg` Linear solver implemented in the SciPy library. More details about the algorithm and its options on https://docs.scipy.org/doc/scipy/reference/generated/GMRES.html. Here are the options available in |g|: .. raw:: html
Options
.. _LGMRES_options: LGMRES ------ Module: :class:`gemseo.algos.linear_solvers.lib_scipy_linalg` Linear solver implemented in the SciPy library. More details about the algorithm and its options on https://docs.scipy.org/doc/scipy/reference/generated/LGMRES.html. Here are the options available in |g|: .. raw:: html
Options
.. _QMR_options: QMR --- Module: :class:`gemseo.algos.linear_solvers.lib_scipy_linalg` Linear solver implemented in the SciPy library. More details about the algorithm and its options on https://docs.scipy.org/doc/scipy/reference/generated/QMR.html. Here are the options available in |g|: .. raw:: html
Options