From: Wolfgang Bangerth Date: Thu, 26 Jun 2003 15:58:30 +0000 (+0000) Subject: Clarify docs. X-Git-Tag: v8.0.0~16392 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f9bd156b6f3edf47159fdf8b4909ea886376c6a1;p=dealii.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. */