35#ifndef _BLAZE_MATH_ZEROVECTOR_H_
36#define _BLAZE_MATH_ZEROVECTOR_H_
65template<
typename Type
68class Rand< ZeroVector<Type,TF,Tag> >
77 inline const ZeroVector<Type,TF,Tag>
generate(
size_t size )
const
79 return ZeroVector<Type,TF,Tag>(
size );
Header file for the complete CompressedVector implementation.
Header file for the complete ZeroMatrix 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
constexpr size_t size(const Matrix< MT, SO > &matrix) noexcept
Returns the total number of elements of the matrix.
Definition: Matrix.h:676
Implementation of a zero vector.
Implementation of a random number generator.
Header file for basic type definitions.