#include "norm2_test.hpp" #include int main() { ///testing float norm2 bench_norm2 b1; ///testing double norm2 bench_norm2 b2; ///testing float norm2 bench_norm2, 10, 10> b3; ///testing double norm2 bench_norm2, 10, 10> b4; b1.run(); b2.run(); b3.run(); b4.run(); return 0; }