]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix some typos... 751/head
authorMatthias Maier <tamiko@43-1.org>
Wed, 8 Apr 2015 13:55:06 +0000 (15:55 +0200)
committerMatthias Maier <tamiko@43-1.org>
Wed, 8 Apr 2015 13:55:06 +0000 (15:55 +0200)
include/deal.II/lac/block_matrix_base.h
include/deal.II/lac/block_sparse_matrix_ez.h
include/deal.II/lac/chunk_sparse_matrix.h
include/deal.II/lac/sparse_matrix.h
include/deal.II/lac/sparse_matrix_ez.h

index a0fbff395e2ff9c097bd9f930b25f6290f115dee..791c97ae2fd7759aec99f563cf9e322af81d9eaf 100644 (file)
@@ -409,13 +409,13 @@ public:
          const unsigned int column) const;
 
   /**
-   * Return the dimension of the image space.  To remember: the matrix is of
-   * dimension $m \times n$.
+   * Return the dimension of the codomain (or range) space. To remember:
+   * the matrix is of dimension $m \times n$.
    */
   size_type m () const;
 
   /**
-   * Return the dimension of the range space.  To remember: the matrix is of
+   * Return the dimension of the domain space. To remember: the matrix is of
    * dimension $m \times n$.
    */
   size_type n () const;
index 1544665905433db8de5638d1bbbb501d049cb3c7..cf3905a9b976c0404e03e9aa04dfead1d2e36312 100644 (file)
@@ -1,6 +1,6 @@
 // ---------------------------------------------------------------------
 //
-// Copyright (C) 2002 - 2014 by the deal.II authors
+// Copyright (C) 2002 - 2015 by the deal.II authors
 //
 // This file is part of the deal.II library.
 //
@@ -150,25 +150,26 @@ public:
   bool empty () const;
 
   /**
-   * Return number of rows of this matrix, which equals the dimension of the
-   * image space. It is the sum of rows of the rows of sub-matrices.
+   * 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.
    */
   size_type n_rows () const;
 
   /**
    * Return number of columns of this matrix, which equals the dimension of
-   * the range space. It is the sum of columns of the columns of sub-matrices.
+   * the domain space. It is the sum of columns of the columns of sub-matrices.
    */
   size_type n_cols () const;
 
   /**
-   * Return the dimension of the image space.  To remember: the matrix is of
-   * dimension $m \times n$.
+   * Return the dimension of the codomain (or range) space. To remember:
+   * the matrix is of dimension $m \times n$.
    */
   size_type m () const;
 
   /**
-   * Return the dimension of the range space.  To remember: the matrix is of
+   * Return the dimension of the domain space. To remember: the matrix is of
    * dimension $m \times n$.
    */
   size_type n () const;
index e0ce18e19a8cf752e81191cda7231321c65ebe44..d0250b5b1eeeca607b9c274a5a20f440672b8de8 100644 (file)
@@ -1,6 +1,6 @@
 // ---------------------------------------------------------------------
 //
-// Copyright (C) 2008 - 2014 by the deal.II authors
+// Copyright (C) 2008 - 2015 by the deal.II authors
 //
 // This file is part of the deal.II library.
 //
@@ -584,14 +584,14 @@ public:
   bool empty () const;
 
   /**
-   * Return the dimension of the image space.  To remember: the matrix is of
-   * dimension $m \times n$.
+   * Return the dimension of the codomain (or range) space. To remember:
+   * the matrix is of dimension $m \times n$.
    */
   size_type m () const;
 
   /**
-   * Return the dimension of the range space.  To remember: the matrix is of
-   * dimension $m \times n$.
+   * Return the dimension of the domain space. To remember: the matrix is
+   * of dimension $m \times n$.
    */
   size_type n () const;
 
index 8e62eb0181a1491a512cdb033591d3162df386a3..7a898ddf014cc882e66a0451047aa1412f3fa3b4 100644 (file)
@@ -641,13 +641,13 @@ public:
   bool empty () const;
 
   /**
-   * Return the dimension of the image space. To remember: the matrix is of
-   * dimension $m \times n$.
+   * Return the dimension of the codomain (or range) space. To remember:
+   * the matrix is of dimension $m \times n$.
    */
   size_type m () const;
 
   /**
-   * Return the dimension of the range space. To remember: the matrix is of
+   * Return the dimension of the domain space. To remember: the matrix is of
    * dimension $m \times n$.
    */
   size_type n () const;
index f7c8d59958239277e0fa457f014e8b1d2d22d2aa..f3067c30f90c013d71436dee23ef9ae8dc72c905 100644 (file)
@@ -1,6 +1,6 @@
 // ---------------------------------------------------------------------
 //
-// Copyright (C) 2002 - 2014 by the deal.II authors
+// Copyright (C) 2002 - 2015 by the deal.II authors
 //
 // This file is part of the deal.II library.
 //
@@ -373,14 +373,14 @@ public:
   bool empty () const;
 
   /**
-   * Return the dimension of the image space.  To remember: the matrix is of
-   * dimension $m \times n$.
+   * Return the dimension of the codomain (or range) space. To remember:
+   * the matrix is of dimension $m \times n$.
    */
   size_type m () const;
 
   /**
-   * Return the dimension of the range space.  To remember: the matrix is of
-   * dimension $m \times n$.
+   * Return the dimension of the domain space. To remember: the matrix is
+   * of dimension $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.