From 1e2780bf49c425e711541e5e111224c19da37e5b Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 3 Aug 1998 12:00:54 +0000 Subject: [PATCH] Doc update. git-svn-id: https://svn.dealii.org/trunk@472 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/lac/include/lac/solver.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/deal.II/lac/include/lac/solver.h b/deal.II/lac/include/lac/solver.h index 687ad83cd3..25fa6d4a73 100644 --- a/deal.II/lac/include/lac/solver.h +++ b/deal.II/lac/include/lac/solver.h @@ -17,6 +17,9 @@ template class VectorMemory; * return states of linear solvers and provides interfaces to a memory * pool and the control object. * + * + * \subsection{Requirements for template classes} + * * The class is templated to allow for different matrix and vector * classes, since iterative solvers do not rely on any special structure * of matrices or the format of storage. However, there are some common @@ -25,6 +28,7 @@ template class VectorMemory; * are listed following. The classes do not declare any concrete * class, they are rather intended to form a `signature' which a concrete * class has to conform to. + * * \begin{verbatim} * class Matrix * { -- 2.39.5