#include <unwrap_cube.hpp>
Public Types | |
typedef T1::elem_type | eT |
Public Member Functions | |
unwrap_cube (const T1 &A) | |
Public Attributes | |
const Cube< eT > | M |
Definition at line 23 of file unwrap_cube.hpp.
typedef T1::elem_type unwrap_cube< T1 >::eT |
Definition at line 27 of file unwrap_cube.hpp.
unwrap_cube< T1 >::unwrap_cube | ( | const T1 & | A | ) | [inline] |
Definition at line 30 of file unwrap_cube.hpp.
: M(A) { arma_extra_debug_sigprint(); }
const Cube<eT> unwrap_cube< T1 >::M |
Definition at line 36 of file unwrap_cube.hpp.
Referenced by op_reshape::apply(), and eop_cube_core< eop_cube_type >::apply_unwrap().