35#ifndef _BLAZE_MATH_ZEROMATRIX_H_
36#define _BLAZE_MATH_ZEROMATRIX_H_
66template<
typename Type
69class Rand< ZeroMatrix<Type,SO,Tag> >
79 inline const ZeroMatrix<Type,SO,Tag>
generate(
size_t m,
size_t n )
const
81 return ZeroMatrix<Type,SO,Tag>( m, n );
Header file for the complete CompressedMatrix implementation.
Header file for the complete CompressedVector implementation.
Header file for the complete ZeroVector implementation.
decltype(auto) generate(size_t m, size_t n, OP op)
Generates a new dense matrix filled via the given custom binary operation.
Definition: DMatGenExpr.h:675
Implementation of a zero matrix.
Implementation of a random number generator.
Header file for basic type definitions.