From: Wolfgang Bangerth Date: Mon, 3 Aug 1998 12:00:54 +0000 (+0000) Subject: Doc update. X-Git-Tag: v8.0.0~22782 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1e2780bf49c425e711541e5e111224c19da37e5b;p=dealii.git Doc update. git-svn-id: https://svn.dealii.org/trunk@472 0785d39b-7218-0410-832d-ea1e28bc413d --- 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 * {