35 #ifndef _BLAZE_MATH_DENSEROW_H_
36 #define _BLAZE_MATH_DENSEROW_H_
66 class Rand< DenseRow<MT,SO> >
74 template<
typename Arg >
75 inline void randomize( DenseRow<MT,SO>&
row,
const Arg& min,
const Arg& max )
const;
92 inline void Rand< DenseRow<MT,SO> >
::randomize( DenseRow<MT,SO>&
row )
const
96 for(
size_t i=0UL; i<row.size(); ++i ) {
113 template<
typename MT
115 template<
typename Arg >
116 inline void Rand< DenseRow<MT,SO> >
::randomize( DenseRow<MT,SO>& row,
117 const Arg& min,
const Arg& max )
const
121 for(
size_t i=0UL; i<row.size(); ++i ) {
void randomize(T &value)
Randomization of a given variable.
Definition: Random.h:1043
Header file for the DenseColumn class template.
void randomize(T &value) const
Randomization of the given variable with a new value in the range .
Definition: Random.h:262
Header file for all restructuring column functions.
DisableIf< Or< IsComputation< MT >, IsTransExpr< MT > >, typename RowExprTrait< MT >::Type >::Type row(Matrix< MT, SO > &matrix, size_t index)
Creating a view on a specific row of the given matrix.
Definition: Row.h:103
Header file for the DenseRow class template.
Header file for all restructuring row functions.