$search
#include <mtOpCube_bones.hpp>

Public Types | |
| typedef out_eT | elem_type |
| typedef T1::elem_type | in_eT |
| typedef get_pod_type< out_eT > ::result | pod_type |
Public Member Functions | |
| mtOpCube (const char junk, const T1 &in_m, const out_eT in_aux) | |
| mtOpCube (const T1 &in_m, const in_eT in_aux, const uword in_aux_uword_a, const uword in_aux_uword_b, const uword in_aux_uword_c) | |
| mtOpCube (const T1 &in_m, const uword in_aux_uword_a, const uword in_aux_uword_b, const uword in_aux_uword_c) | |
| mtOpCube (const T1 &in_m, const in_eT in_aux) | |
| mtOpCube (const T1 &in_m) | |
| ~mtOpCube () | |
Public Attributes | |
| arma_aligned in_eT | aux |
| storage of auxiliary data, using the element type as used by T1 | |
| arma_aligned out_eT | aux_out_eT |
| storage of auxiliary data, using the element type as specified by the out_eT template parameter | |
| arma_aligned uword | aux_uword_a |
| 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 const T1 & | m |
| storage of reference to the operand (eg. a matrix) | |
Definition at line 20 of file mtOpCube_bones.hpp.
| typedef out_eT mtOpCube< out_eT, T1, op_type >::elem_type |
Definition at line 24 of file mtOpCube_bones.hpp.
| typedef T1::elem_type mtOpCube< out_eT, T1, op_type >::in_eT |
Definition at line 27 of file mtOpCube_bones.hpp.
| typedef get_pod_type<out_eT>::result mtOpCube< out_eT, T1, op_type >::pod_type |
Definition at line 25 of file mtOpCube_bones.hpp.
| arma_aligned in_eT mtOpCube< out_eT, T1, op_type >::aux |
storage of auxiliary data, using the element type as used by T1
Definition at line 40 of file mtOpCube_bones.hpp.
| arma_aligned out_eT mtOpCube< out_eT, T1, op_type >::aux_out_eT |
storage of auxiliary data, using the element type as specified by the out_eT template parameter
Definition at line 41 of file mtOpCube_bones.hpp.
| arma_aligned uword mtOpCube< out_eT, T1, op_type >::aux_uword_a |
storage of auxiliary data, uword format
Definition at line 42 of file mtOpCube_bones.hpp.
| arma_aligned uword mtOpCube< out_eT, T1, op_type >::aux_uword_b |
storage of auxiliary data, uword format
Definition at line 43 of file mtOpCube_bones.hpp.
| arma_aligned uword mtOpCube< out_eT, T1, op_type >::aux_uword_c |
storage of auxiliary data, uword format
Definition at line 44 of file mtOpCube_bones.hpp.
| arma_aligned const T1& mtOpCube< out_eT, T1, op_type >::m |
storage of reference to the operand (eg. a matrix)
Definition at line 39 of file mtOpCube_bones.hpp.