]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Choose a better place for the declaration.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 3 Sep 2001 16:08:19 +0000 (16:08 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 3 Sep 2001 16:08:19 +0000 (16:08 +0000)
git-svn-id: https://svn.dealii.org/trunk@4937 0785d39b-7218-0410-832d-ea1e28bc413d

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

index fff2ca917744c8779732c421dc2a15335f8c0cd2..40a62d9379de4db3c0711f2d2e30996ea7df1706 100644 (file)
@@ -185,6 +185,12 @@ class FullMatrix : public vector2d<number>
     bool all_zero () const;
 
     
+                                    /**
+                                     * Scale the entire matrix by a
+                                     * fixed factor.
+                                     */
+    FullMatrix & operator *= (const double factor);
+    
                                     /**
                                      * Weighted addition. The matrix
                                      * @p{s*B} is added to @p{this}.
@@ -195,12 +201,6 @@ class FullMatrix : public vector2d<number>
     void add (const number               s,
              const FullMatrix<number2> &B);
 
-                                    /**
-                                     * Scale the entire matrix by a
-                                     * fixed factor.
-                                     */
-    FullMatrix & operator *= (const double factor);
-    
                                     /**
                                      * Weighted addition of the
                                      * transpose of @p{B} to @p{this}.

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.