| 88 | |
| 89 | template<typename Transformation> |
| 90 | EIGEN_DONT_INLINE void bench(const std::string& msg, const Transformation& t) |
| 91 | { |
| 92 | cout << msg << " "; |
| 93 | bench_impl<Transformation,SIZE>::run(t); |
| 94 | std::cout << "\n"; |
| 95 | } |
| 96 | |
| 97 | int main(int argc, char ** argv) |
| 98 | { |