Go to the documentation of this file. 1 #ifndef DUNE_COMMON_IDENTITYMATRIX_HH
2 #define DUNE_COMMON_IDENTITYMATRIX_HH
34 template<
class K,
int N >
48 template<
class X,
class Y >
49 void mv (
const X &x, Y &y )
const
55 template<
class X,
class Y >
56 void mtv (
const X &x, Y &y )
const
62 template<
class X,
class Y >
63 void umv (
const X &x, Y &y )
const
69 template<
class X,
class Y >
70 void umtv (
const X &x, Y &y )
const
76 template<
class X,
class Y >
77 void umhv (
const X &x, Y &y )
const
83 template<
class X,
class Y >
84 void mmv (
const X &x, Y &y )
const
90 template<
class X,
class Y >
91 void mmtv (
const X &x, Y &y )
const
97 template<
class X,
class Y >
98 void mmhv (
const X &x, Y &y )
const
104 template<
class X,
class Y >
111 template<
class X,
class Y >
118 template<
class X,
class Y >
152 for(
int i = 0; i < N; ++i )
160 #endif // #ifndef DUNE_COMMON_IDENTITYMATRIX_HH