#include <forward_bones.hpp>

Public Types | |
| typedef out_eT | elem_type |
| typedef get_pod_type< out_eT >::result | pod_type |
Public Member Functions | |
| arma_inline | mtGlueCube (const T1 &in_A, const T2 &in_B) |
| arma_inline | mtGlueCube (const T1 &in_A, const T2 &in_B, const uword in_aux_uword) |
| arma_inline | ~mtGlueCube () |
Public Member Functions inherited from BaseCube< out_eT, mtGlueCube< out_eT, T1, T2, glue_type > > | |
| arma_inline const mtGlueCube< out_eT, T1, T2, glue_type > & | get_ref () const |
| void | print (const std::string extra_text="") const |
| void | print (std::ostream &user_stream, const std::string extra_text="") const |
| void | raw_print (const std::string extra_text="") const |
| void | raw_print (std::ostream &user_stream, const std::string extra_text="") const |
Public Attributes | |
| arma_aligned const T1 & | A |
| first operand More... | |
| arma_aligned uword | aux_uword |
| storage of auxiliary data, uword format More... | |
| arma_aligned const T2 & | B |
| second operand More... | |
Definition at line 106 of file forward_bones.hpp.
| typedef out_eT mtGlueCube< out_eT, T1, T2, glue_type >::elem_type |
Definition at line 24 of file mtGlueCube_bones.hpp.
| typedef get_pod_type<out_eT>::result mtGlueCube< out_eT, T1, T2, glue_type >::pod_type |
Definition at line 25 of file mtGlueCube_bones.hpp.
| arma_aligned const T1& mtGlueCube< out_eT, T1, T2, glue_type >::A |
first operand
Definition at line 31 of file mtGlueCube_bones.hpp.
| arma_aligned uword mtGlueCube< out_eT, T1, T2, glue_type >::aux_uword |
storage of auxiliary data, uword format
Definition at line 33 of file mtGlueCube_bones.hpp.
| arma_aligned const T2& mtGlueCube< out_eT, T1, T2, glue_type >::B |
second operand
Definition at line 32 of file mtGlueCube_bones.hpp.