35 #ifndef _BLAZE_MATH_ZEROVECTOR_H_ 36 #define _BLAZE_MATH_ZEROVECTOR_H_ 65 template<
typename Type
67 class Rand< ZeroVector<Type,TF> >
73 inline const ZeroVector<Type,TF>
generate(
size_t size )
const;
88 template<
typename Type
90 inline const ZeroVector<Type,TF>
91 Rand< ZeroVector<Type,TF> >::generate(
size_t size )
const 93 return ZeroVector<Type,TF>(
size );
Header file for basic type definitions.
Implementation of a random number generator.
Namespace of the Blaze C++ math library.
Definition: Blaze.h:58
Header file for the complete CompressedVector implementation.
constexpr size_t size(const Matrix< MT, SO > &matrix) noexcept
Returns the total number of elements of the matrix.
Definition: Matrix.h:530
T generate() const
Generation of a random value in the range .
Definition: Random.h:252
Header file for the complete ZeroMatrix implementation.
Implementation of a zero vector.