From f9bd156b6f3edf47159fdf8b4909ea886376c6a1 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 26 Jun 2003 15:58:30 +0000 Subject: [PATCH] Clarify docs. git-svn-id: https://svn.dealii.org/trunk@7817 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/lac/include/lac/filtered_matrix.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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. */ -- 2.39.5