11 #include "../test/MovableScalar.h" 18 template <
typename MatrixType>
25 template <
typename MatrixType>
32 template<
typename Scalar>
33 void bench(
const std::string& label)
53 bench<float>(
"float");
54 bench<double>(
"double");
void move_matrix(MatrixType &&m)
double best(int TIMER=CPU_TIMER) const
void bench(const std::string &label)
void copy_matrix(MatrixType &m)
#define BENCH(TIMER, TRIES, REP, CODE)
The matrix class, also used for vectors and row-vectors.