]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Doc update.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Fri, 5 Mar 2004 13:52:45 +0000 (13:52 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Fri, 5 Mar 2004 13:52:45 +0000 (13:52 +0000)
git-svn-id: https://svn.dealii.org/trunk@8665 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/lac/include/lac/sparse_matrix.h

index e77c1f5c95c05c1e86ca883d247993230b208995..4dd4052ac12d3877d2a2805ebea28de58f0935e0 100644 (file)
@@ -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<number> *matrix,
-                      const unsigned int          row,
-                      const unsigned short        index);
+       const_iterator (const SparseMatrix<number> *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 <tt>==</tt>.
                                           */

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.