22 #ifndef _BLAZE_MATH_DYNAMICVECTOR_H_
23 #define _BLAZE_MATH_DYNAMICVECTOR_H_
52 template<
typename Type
54 class Rand< DynamicVector<Type,TF> >
60 explicit inline Rand(
size_t n );
67 inline operator DynamicVector<Type,TF>()
const;
75 DynamicVector<Type,TF> vector_;
89 template<
typename Type
94 for(
size_t i=0UL; i<n; ++i ) {
95 vector_[i] = rand<Type>();
108 template<
typename Type