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

index 27b2069207045137e2fc427c7889a49462aedf71..472ea1aa55ae421e8e708602a04e3260f6173110 100644 (file)
@@ -168,14 +168,18 @@ public:
   size_type n_cols () const DEAL_II_DEPRECATED;
 
   /**
-   * Return the dimension of the codomain (or range) space. To remember:
-   * the matrix is of dimension $m \times n$.
+   * Return number of rows of this matrix, which equals the dimension of
+   * the codomain (or range) space. It is the sum of the number of rows over the
+   * sub-matrix blocks of this matrix. Recall that the matrix is of size m()
+   * times n().
    */
   size_type m () const;
 
   /**
-   * Return the dimension of the domain space. To remember: the matrix is of
-   * dimension $m \times n$.
+   * Return number of columns of this matrix, which equals the dimension of
+   * the domain space. It is the sum of the number of columns over the
+   * sub-matrix blocks of this matrix. Recall that the matrix is of size m()
+   * times n().
    */
   size_type n () 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.