From: guido Date: Wed, 19 Jun 2002 07:24:14 +0000 (+0000) Subject: Documentation added X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e07372d0f4e7681caf15bba3163db0c07e2fdf11;p=dealii-svn.git Documentation added git-svn-id: https://svn.dealii.org/trunk@6165 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/lac/include/lac/eigen.h b/deal.II/lac/include/lac/eigen.h index 7b3e9b7b52..b5df0b3e97 100644 --- a/deal.II/lac/include/lac/eigen.h +++ b/deal.II/lac/include/lac/eigen.h @@ -156,14 +156,14 @@ class EigenInverse : private Solver * Inverse method. @p{value} is * the start guess for the * eigenvalue and @p{x} is the - * (not necessarily normalized) - * start vector for the power - * method. After the iteration, - * @p{value} is the approximated - * eigenvalue and @p{x} is the - * corresponding eigenvector, - * normalized with respect to the - * l2-norm. + * (not necessarily normalized, + * but nonzero) start vector for + * the power method. After the + * iteration, @p{value} is the + * approximated eigenvalue and + * @p{x} is the corresponding + * eigenvector, normalized with + * respect to the l2-norm. */ template void