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

Added example to documentation of iterative linear solvers.

parent f8784986
No related branches found
No related tags found
1 merge request!116Documentation for linear solvers and preconditioners
......@@ -21,6 +21,8 @@ namespace TNL {
*
* See (Wikipedia)[https://en.wikipedia.org/wiki/Successive_over-relaxation] for more details.
*
* See \ref TNL::Solvers::Linear::IterativeSolver for example of showing how to use the linear solvers.
*
* \tparam Matrix is type of matrix describing the linear system.
*/
template< typename Matrix >
......
......@@ -21,6 +21,8 @@ namespace TNL {
*
* See (Wikipedia)[https://second.wiki/wiki/algoritmo_tfqmr] for more details.
*
* See \ref TNL::Solvers::Linear::IterativeSolver for example of showing how to use the linear solvers.
*
* \tparam Matrix is type of matrix describing the linear system.
*/
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