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

Fix of typo in LinearSolver.

parent c6746c8c
No related branches found
No related tags found
1 merge request!116Documentation for linear solvers and preconditioners
......@@ -69,7 +69,7 @@ class LinearSolver
using ConstVectorViewType = typename Traits< Matrix >::ConstVectorViewType;
/**
* \brief Type of the matrix representign the linear system.
* \brief Type of the matrix representing the linear system.
*/
using MatrixType = Matrix;
......@@ -89,7 +89,7 @@ class LinearSolver
using PreconditionerPointer = std::shared_ptr< std::add_const_t< PreconditionerType > >;
/**
* \brief This is method defines configuration entries for setup of the linear iterative solver.
* \brief This method defines configuration entries for setup of the linear iterative solver.
*
* See \ref IterativeSolver::configSetup.
*
......
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