]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Make documentation read better
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Sun, 17 Sep 2006 19:26:34 +0000 (19:26 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Sun, 17 Sep 2006 19:26:34 +0000 (19:26 +0000)
git-svn-id: https://svn.dealii.org/trunk@13914 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/lac/include/lac/full_matrix.h

index 165366640d04deab3409c61b604a650af24e41a8..7176c52f9f827ccae6767f7653c54cc5c7319cc3 100644 (file)
@@ -895,16 +895,14 @@ class FullMatrix : public Table<2,number>
     void gauss_jordan ();
 
                                     /**
-                                     * Assign the inverse of the
-                                     * given matrix to
-                                     * <tt>*this</tt>. This function is
-                                     * hardcoded for quadratic matrices
-                                     * of dimension one to four,
-                                     * since the amount of code
-                                     * needed grows quickly.  For
-                                     * larger matrices, the method
-                                     * gauss_jordan() is invoked
-                                     * implicitly.
+                                     * Assign the inverse of the given matrix
+                                     * to <tt>*this</tt>. This function is
+                                     * hardcoded for quadratic matrices of
+                                     * dimension one to four. However, since
+                                     * the amount of code needed grows
+                                     * quickly, the method gauss_jordan() is
+                                     * invoked implicitly if the dimension is
+                                     * larger.
                                      */
     template <typename number2>
     void invert (const FullMatrix<number2> &M);

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.