Classes | |
class | op_cumsum_mat |
class | op_cumsum_vec |
Functions | |
template<typename T1 > | |
static void | op_cumsum_mat::apply (Mat< typename T1::elem_type > &out, const Op< T1, op_cumsum_mat > &in) |
template<typename T1 > | |
static void | op_cumsum_vec::apply (Mat< typename T1::elem_type > &out, const Op< T1, op_cumsum_vec > &in) |
void op_cumsum_mat::apply | ( | Mat< typename T1::elem_type > & | out, |
const Op< T1, op_cumsum_mat > & | in | ||
) | [inline, static] |
Definition at line 21 of file op_cumsum_meat.hpp.
void op_cumsum_vec::apply | ( | Mat< typename T1::elem_type > & | out, |
const Op< T1, op_cumsum_vec > & | in | ||
) | [inline, static] |
Definition at line 81 of file op_cumsum_meat.hpp.