add benchmarks for non-fundamental Scalar types for VectorT

This commit is contained in:
Janis Born
2015-11-23 11:38:33 +01:00
parent 8ce8d00bf3
commit 797e83f2c0
4 changed files with 78 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
#include "VectorT_dummy_data.hpp"
template<> std::valarray<double> make_dummy_component() {
return std::valarray<double>(128);
}