#include <unwrap_cube.hpp>
Public Types | |
typedef T1::elem_type | elem_type |
Public Member Functions | |
unwrap_cube_check (const OpCube< T1, op_type > &A, const Cube< elem_type > &B) | |
~unwrap_cube_check () | |
Public Attributes | |
const Cube< elem_type > | M |
Definition at line 163 of file unwrap_cube.hpp.
typedef T1::elem_type unwrap_cube_check< OpCube< T1, op_type > >::elem_type |
Definition at line 166 of file unwrap_cube.hpp.
unwrap_cube_check< OpCube< T1, op_type > >::unwrap_cube_check | ( | const OpCube< T1, op_type > & | A, | |
const Cube< elem_type > & | B | |||
) | [inline] |
Definition at line 169 of file unwrap_cube.hpp.
00170 : M(A) 00171 { 00172 arma_extra_debug_sigprint(); 00173 }
unwrap_cube_check< OpCube< T1, op_type > >::~unwrap_cube_check | ( | ) | [inline] |
Definition at line 177 of file unwrap_cube.hpp.
const Cube<elem_type> unwrap_cube_check< OpCube< T1, op_type > >::M |
Definition at line 182 of file unwrap_cube.hpp.