28 template<
int N,
class P>
class Data;
38 template<
int N,
class P>
struct Operator<Internal::Data<N, P> >
42 template<
int R,
int C,
class T,
class B>
45 SizeMismatch<(R==-1?-1:(C==-1?-1:(R*C))), N>:: test(m.num_rows()*m.num_cols(), N);
46 for(
int r=0, n=0; r < R; r++)
47 for(
int c=0; c < C; c++, n++)
51 template<
int S,
typename P2,
typename B>
55 for(
int i=0; i <N; i++)
60 #ifdef DOXYGEN_INCLUDE_ONLY_FOR_DOCS
Pretty generic SFINAE introspection generator.
Definition: vec_test.cc:21
A vector.
Definition: vector.hh:126
A matrix.
Definition: matrix.hh:105
Definition: operators.hh:119
Definition: size_mismatch.hh:103