]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Minor update to comments.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 8 Apr 2015 15:52:27 +0000 (10:52 -0500)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 8 Apr 2015 15:52:27 +0000 (10:52 -0500)
include/deal.II/lac/block_sparse_matrix_ez.h

index cf3905a9b976c0404e03e9aa04dfead1d2e36312..4e9551eeb9cc69bca7436567831be9c5dff76cc8 100644 (file)
@@ -151,14 +151,15 @@ public:
 
   /**
    * Return number of rows of this matrix, which equals the dimension of
-   * the codomain (or range) space. It is the sum of rows of the rows of
-   * sub-matrices.
+   * the codomain (or range) space. It is the sum of the number of rows over the
+   * sub-matrix blocks of this matrix.
    */
   size_type n_rows () const;
 
   /**
    * Return number of columns of this matrix, which equals the dimension of
-   * the domain space. It is the sum of columns of the columns of sub-matrices.
+   * the domain space. It is the sum of the number of columns over the
+   * sub-matrix blocks of this matrix.
    */
   size_type n_cols () const;
 

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.