22 #ifndef _BLAZE_MATH_STATICVECTOR_H_
23 #define _BLAZE_MATH_STATICVECTOR_H_
52 template<
typename Type
55 class Rand< StaticVector<Type,N,TF> >
61 explicit inline Rand();
68 inline operator StaticVector<Type,N,TF>()
const;
76 StaticVector<Type,N,TF> vector_;
88 template<
typename Type
94 for(
size_t i=0UL; i<N; ++i ) {
95 vector_[i] = rand<Type>();
108 template<
typename Type