Skip to content
Snippets Groups Projects
Commit a4babc3c authored by Oliver Sander's avatar Oliver Sander
Browse files

minor documentation fix

[[Imported from SVN: r4978]]
parent d9008995
No related branches found
No related tags found
No related merge requests found
...@@ -49,10 +49,8 @@ namespace Dune { ...@@ -49,10 +49,8 @@ namespace Dune {
Matrices represent linear maps from a vector space V to a vector space W. 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 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. columns is given at compile time.
Implementation of all members uses template meta programs where appropriate
*/ */
#ifdef DUNE_EXPRESSIONTEMPLATES #ifdef DUNE_EXPRESSIONTEMPLATES
template<class K, int n, int m> template<class K, int n, int m>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment