Classes | |
class | GlueCube< T1, T2, glue_type > |
analog of the Glue class, intended for Cube objects More... | |
Functions | |
arma_inline | GlueCube::GlueCube (const BaseCube< typename T1::elem_type, T1 > &in_A, const BaseCube< typename T1::elem_type, T2 > &in_B) |
deliberately requiring the elem_type to be the same for both arguments (experimental) TODO:MAT the original Glue class should also have this restriction | |
arma_inline | GlueCube::~GlueCube () |
GlueCube< T1, T2, glue_type >::GlueCube | ( | const BaseCube< typename T1::elem_type, T1 > & | in_A, | |
const BaseCube< typename T1::elem_type, T2 > & | in_B | |||
) | [inline, inherited] |
deliberately requiring the elem_type to be the same for both arguments (experimental) TODO:MAT the original Glue class should also have this restriction
Definition at line 23 of file GlueCube_meat.hpp.
GlueCube< T1, T2, glue_type >::~GlueCube | ( | ) | [inline, inherited] |
Definition at line 34 of file GlueCube_meat.hpp.