diff --git a/common/fmatrix.hh b/common/fmatrix.hh index 635a3b6c3267730e88c55fe23d1a7319c39984de..44fb1b74ec63763e7463def28df6398cb46aa0f2 100644 --- a/common/fmatrix.hh +++ b/common/fmatrix.hh @@ -49,10 +49,8 @@ namespace Dune { Matrices represent linear maps from a vector space V to a vector space W. This class represents such a linear map by storing a two-dimensional - array of numbers of a given field type K. The number of rows and + %array of numbers of a given field type K. The number of rows and columns is given at compile time. - - Implementation of all members uses template meta programs where appropriate */ #ifdef DUNE_EXPRESSIONTEMPLATES template<class K, int n, int m>