From: guido Date: Wed, 19 Jun 2002 07:22:47 +0000 (+0000) Subject: Documentation added X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=26f94112280d3f47e95b931723e44b74de7dc22a;p=dealii-svn.git Documentation added git-svn-id: https://svn.dealii.org/trunk@6164 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/lac/include/lac/eigen.h b/deal.II/lac/include/lac/eigen.h index 98b56e9e0c..7b3e9b7b52 100644 --- a/deal.II/lac/include/lac/eigen.h +++ b/deal.II/lac/include/lac/eigen.h @@ -78,14 +78,14 @@ class EigenPower : private Solver /** * Power method. @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