35 #ifndef _BLAZE_MATH_ZEROMATRIX_H_ 36 #define _BLAZE_MATH_ZEROMATRIX_H_ 66 template<
typename Type
68 class Rand< ZeroMatrix<Type,SO> >
74 inline const ZeroMatrix<Type,SO>
generate(
size_t m,
size_t n )
const;
90 template<
typename Type
92 inline const ZeroMatrix<Type,SO>
93 Rand< ZeroMatrix<Type,SO> >::generate(
size_t m,
size_t n )
const 95 return ZeroMatrix<Type,SO>( m, n );
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 ZeroVector implementation.
Header file for the complete CompressedVector implementation.
Implementation of a zero matrix.
T generate() const
Generation of a random value in the range .
Definition: Random.h:252
Header file for the complete CompressedMatrix implementation.