Classes | |
class | op_reshape |
Functions | |
template<typename T1 > | |
static void | op_reshape::apply (Mat< typename T1::elem_type > &out, const Op< T1, op_reshape > &in) |
template<typename T1 > | |
static void | op_reshape::apply (Cube< typename T1::elem_type > &out, const OpCube< T1, op_reshape > &in) |
void op_reshape::apply | ( | Mat< typename T1::elem_type > & | out, |
const Op< T1, op_reshape > & | in | ||
) | [inline, static] |
Definition at line 23 of file op_reshape_meat.hpp.
void op_reshape::apply | ( | Cube< typename T1::elem_type > & | out, |
const OpCube< T1, op_reshape > & | in | ||
) | [inline, static] |
Definition at line 137 of file op_reshape_meat.hpp.