35#ifndef _BLAZE_MATH_IDENTITYMATRIX_H_
36#define _BLAZE_MATH_IDENTITYMATRIX_H_
65template<
typename Type
68class Rand< IdentityMatrix<Type,SO,Tag> >
77 inline const IdentityMatrix<Type,SO,Tag>
generate(
size_t n )
const
79 return IdentityMatrix<Type,SO,Tag>( n );
Header file for the complete CompressedMatrix implementation.
Header file for the complete CompressedVector 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 an identity matrix.
Implementation of a random number generator.
Header file for basic type definitions.