#include <op_randn_proto.hpp>
Static Public Member Functions | |
template<typename eT > | |
static void | apply (Mat< eT > &out, const Op< Mat< eT >, op_randn > &in) |
template<typename eT > | |
static void | apply (Mat< eT > &out, const Op< Col< eT >, op_randn > &in) |
template<typename eT > | |
static void | apply (Mat< eT > &out, const Op< Row< eT >, op_randn > &in) |
template<typename eT > | |
static void | apply (Col< eT > &out, const Op< Col< eT >, op_randn > &in) |
template<typename eT > | |
static void | apply (Row< eT > &out, const Op< Row< 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) |
Definition at line 22 of file op_randn_proto.hpp.