op_randn Class Reference
[Op_randn]

'generate matrix with random values' operation More...

#include <op_randn_proto.hpp>

List of all members.

Static Public Member Functions

template<typename T1 >
static void apply (Mat< typename T1::elem_type > &out, const Op< T1, op_randn > &in)
template<typename eT >
static void apply (Cube< eT > &out, const OpCube< Cube< eT >, op_randn > &in)

Static Private Member Functions

template<typename eT >
static eT randn ()
template<typename eT >
static void direct_randn (eT *x, const u32 n_elem)
template<typename T >
static void direct_randn (std::complex< T > *x, const u32 n_elem)

Detailed Description

'generate matrix with random values' operation

Definition at line 22 of file op_randn_proto.hpp.