From b3b700a98f81f11f56e986ea2d9ce5e8de9b147e Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Fri, 5 Mar 2004 13:52:45 +0000 Subject: [PATCH] Doc update. git-svn-id: https://svn.dealii.org/trunk@8665 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/lac/include/lac/sparse_matrix.h | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/deal.II/lac/include/lac/sparse_matrix.h b/deal.II/lac/include/lac/sparse_matrix.h index e77c1f5c95..4dd4052ac1 100644 --- a/deal.II/lac/include/lac/sparse_matrix.h +++ b/deal.II/lac/include/lac/sparse_matrix.h @@ -111,11 +111,13 @@ class SparseMatrix : public virtual Subscriptor public: /** - * Constructor. + * Constructor. Create an iterator + * into the matrix @p matrix for the + * given row and the index within it. */ - const_iterator(const SparseMatrix *matrix, - const unsigned int row, - const unsigned short index); + const_iterator (const SparseMatrix *matrix, + const unsigned int row, + const unsigned short index); /** * Prefix increment. @@ -144,6 +146,7 @@ class SparseMatrix : public virtual Subscriptor * position. */ bool operator == (const const_iterator&) const; + /** * Inverse of ==. */ -- 2.39.5