JayBeams
0.1
Another project to have fun coding.
|
Determine if a timeseries type guarantees alignment suitable for SIMD optimizations. More...
#include <array_traits.hpp>
Determine if a timeseries type guarantees alignment suitable for SIMD optimizations.
We provide specializations for aligned_vector (e.g. std::vector<>) and aligned_multi_array (e.g. boost::multi_array) to be able to operate on them generically.
T | the type stored by the timeseries container |
Definition at line 179 of file array_traits.hpp.