From d2af29801ac62d7be7170a1b6f526883f7f16f04 Mon Sep 17 00:00:00 2001 From: heister Date: Mon, 7 Oct 2013 21:55:54 +0000 Subject: [PATCH] enhance SparseMatrix documentation git-svn-id: https://svn.dealii.org/trunk@31165 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/lac/sparsity_pattern.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/deal.II/include/deal.II/lac/sparsity_pattern.h b/deal.II/include/deal.II/lac/sparsity_pattern.h index ada6bbf528..532162f06b 100644 --- a/deal.II/include/deal.II/lac/sparsity_pattern.h +++ b/deal.II/include/deal.II/lac/sparsity_pattern.h @@ -335,7 +335,8 @@ namespace SparsityPatternIterators * the elements of a row of a SparsityPattern with the help of iterators into * this object (using SparsityPattern::begin and SparsityPattern::end) you * will find that the elements are not sorted by column index within each row - * whenever the matrix is square. + * whenever the matrix is square (the first item will be the diagonal, followed + * by the other entries sorted by column index). * * @note While this class forms the basis upon which SparseMatrix * objects base their storage format, and thus plays a central role in -- 2.39.5