]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Added value_type to FullMatrix class.
authorprill <prill@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 29 Mar 2007 08:51:05 +0000 (08:51 +0000)
committerprill <prill@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 29 Mar 2007 08:51:05 +0000 (08:51 +0000)
git-svn-id: https://svn.dealii.org/trunk@14604 0785d39b-7218-0410-832d-ea1e28bc413d

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

index 9f331062e94aed838ea322a332cf911bdfdc7d55..7d6e1cda8f5fbdc4adf48c17a81820bbff083b55 100644 (file)
@@ -61,6 +61,12 @@ template<typename number>
 class FullMatrix : public Table<2,number>
 {
   public:
+                                    /**
+                                     * Type of matrix entries. In analogy to
+                                     * the STL container classes.
+                                     */
+    typedef number value_type;
+    
     class const_iterator;
     
                                     /**

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.