From: wolf Date: Thu, 26 Jun 2003 15:58:30 +0000 (+0000) Subject: Clarify docs. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8ab03837bbdc73103136cc3a558857d67fa5500c;p=dealii-svn.git Clarify docs. git-svn-id: https://svn.dealii.org/trunk@7817 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/lac/include/lac/filtered_matrix.h b/deal.II/lac/include/lac/filtered_matrix.h index 61109da1b8..d14f9f8e3f 100644 --- a/deal.II/lac/include/lac/filtered_matrix.h +++ b/deal.II/lac/include/lac/filtered_matrix.h @@ -304,7 +304,9 @@ class FilteredMatrix : public Subscriptor * needs to be done before * starting to solve with the * filtered matrix. If the matrix - * is symmetric, set the second + * is symmetric (i.e. the matrix + * itself, not only its sparsity + * pattern), set the second * parameter to @p{true} to use a * faster algorithm. */