From 1e0dc11bbfecd8e2a8c2517db88ff4e85518a8f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Oberhuber?= <oberhuber.tomas@gmail.com> Date: Mon, 27 Dec 2021 17:56:13 +0100 Subject: [PATCH] Editing documentation of GMRES. --- src/TNL/Solvers/Linear/GMRES.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/TNL/Solvers/Linear/GMRES.h b/src/TNL/Solvers/Linear/GMRES.h index 7ff51cbb98..c2f0c32ef9 100644 --- a/src/TNL/Solvers/Linear/GMRES.h +++ b/src/TNL/Solvers/Linear/GMRES.h @@ -36,7 +36,7 @@ namespace TNL { * \e CWY - Compact WY form of the Householder reflections). * * See [Wikipedia](https://en.wikipedia.org/wiki/Generalized_minimal_residual_method) for more details. - * + * * \tparam Matrix is type of matrix describing the linear system. */ template< typename Matrix > -- GitLab