35 #ifndef _BLAZE_MATH_IDENTITYMATRIX_H_ 36 #define _BLAZE_MATH_IDENTITYMATRIX_H_ 65 template<
typename Type
67 class Rand< IdentityMatrix<Type,SO> >
73 inline const IdentityMatrix<Type,SO>
generate(
size_t n )
const;
88 template<
typename Type
90 inline const IdentityMatrix<Type,SO>
91 Rand< IdentityMatrix<Type,SO> >
::generate(
size_t n )
const 93 return IdentityMatrix<Type,SO>( n );
Header file for basic type definitions.
Implementation of a random number generator.
Namespace of the Blaze C++ math library.
Definition: Blaze.h:57
Header file for the complete CompressedVector implementation.
T generate() const
Generation of a random value in the range .
Definition: Random.h:250
Header file for the complete CompressedMatrix implementation.
Implementation of an identity matrix.