Classes | |
| class | op_zeros |
| generate matrix/vector with all elements set to zero More... | |
Functions | |
| template<typename T1 > | |
| static void | op_zeros::apply (Mat< typename T1::elem_type > &out, const Op< T1, op_zeros > &in) |
| template<typename eT > | |
| static void | op_zeros::apply (Cube< eT > &out, const OpCube< Cube< eT >, op_zeros > &in) |
| void op_zeros::apply | ( | Mat< typename T1::elem_type > & | out, | |
| const Op< T1, op_zeros > & | in | |||
| ) | [inline, static, inherited] |
Definition at line 23 of file op_zeros_meat.hpp.
References Op< T1, op_type >::aux_u32_a, Op< T1, op_type >::aux_u32_b, and Mat< eT >::zeros().
| void op_zeros::apply | ( | Cube< eT > & | out, | |
| const OpCube< Cube< eT >, op_zeros > & | in | |||
| ) | [inline, static, inherited] |
Definition at line 35 of file op_zeros_meat.hpp.
References Cube< eT >::zeros().