20 template<
typename T1,
typename op_type>
21 class OpCube :
public BaseCube<typename T1::elem_type, OpCube<T1, op_type> >
arma_aligned uword aux_uword_d
storage of auxiliary data, uword format
arma_aligned uword aux_uword_b
storage of auxiliary data, uword format
arma_aligned uword aux_uword_c
storage of auxiliary data, uword format
arma_aligned elem_type aux
storage of auxiliary data, user defined format
Analog of the Op class, intended for cubes.
Analog of the Base class, intended for cubes.
arma_aligned uword aux_uword_a
storage of auxiliary data, uword format
arma_aligned const T1 & m
storage of reference to the operand (e.g. a cube)
OpCube(const BaseCube< typename T1::elem_type, T1 > &in_m)
get_pod_type< elem_type >::result pod_type