#include <unwrap_cube.hpp>
Public Types | |
typedef T1::elem_type | elem_type |
Public Member Functions | |
unwrap_cube_check (const GlueCube< T1, T2, glue_cube_type > &A, const Cube< elem_type > &B) | |
~unwrap_cube_check () | |
Public Attributes | |
const Cube< elem_type > | M |
Definition at line 189 of file unwrap_cube.hpp.
typedef T1::elem_type unwrap_cube_check< GlueCube< T1, T2, glue_cube_type > >::elem_type |
Definition at line 192 of file unwrap_cube.hpp.
unwrap_cube_check< GlueCube< T1, T2, glue_cube_type > >::unwrap_cube_check | ( | const GlueCube< T1, T2, glue_cube_type > & | A, | |
const Cube< elem_type > & | B | |||
) | [inline] |
Definition at line 195 of file unwrap_cube.hpp.
00196 : M(A) 00197 { 00198 arma_extra_debug_sigprint(); 00199 }
unwrap_cube_check< GlueCube< T1, T2, glue_cube_type > >::~unwrap_cube_check | ( | ) | [inline] |
Definition at line 203 of file unwrap_cube.hpp.
const Cube<elem_type> unwrap_cube_check< GlueCube< T1, T2, glue_cube_type > >::M |
Definition at line 209 of file unwrap_cube.hpp.