Skip to content
Snippets Groups Projects
Commit 1e0dc11b authored by Tomáš Oberhuber's avatar Tomáš Oberhuber
Browse files

Editing documentation of GMRES.

parent a78c169b
No related branches found
No related tags found
1 merge request!116Documentation for linear solvers and preconditioners
...@@ -36,7 +36,7 @@ namespace TNL { ...@@ -36,7 +36,7 @@ namespace TNL {
* \e CWY - Compact WY form of the Householder reflections). * \e CWY - Compact WY form of the Householder reflections).
* *
* See [Wikipedia](https://en.wikipedia.org/wiki/Generalized_minimal_residual_method) for more details. * See [Wikipedia](https://en.wikipedia.org/wiki/Generalized_minimal_residual_method) for more details.
* *
* \tparam Matrix is type of matrix describing the linear system. * \tparam Matrix is type of matrix describing the linear system.
*/ */
template< typename Matrix > template< typename Matrix >
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment