Loading src/TNL/Solvers/Linear/SOR.h +2 −0 Original line number Diff line number Diff line Loading @@ -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 > Loading src/TNL/Solvers/Linear/TFQMR.h +2 −0 Original line number Diff line number Diff line Loading @@ -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 > Loading Loading
src/TNL/Solvers/Linear/SOR.h +2 −0 Original line number Diff line number Diff line Loading @@ -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 > Loading
src/TNL/Solvers/Linear/TFQMR.h +2 −0 Original line number Diff line number Diff line Loading @@ -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 > Loading