#include <unwrap_cube.hpp>
Public Member Functions | |
| template<typename T2 > | |
| unwrap_cube_check (const subview_cube< eT > &A, const T2 &junk) | |
Public Attributes | |
| const Cube< eT > | M |
Definition at line 216 of file unwrap_cube.hpp.
| unwrap_cube_check< subview_cube< eT > >::unwrap_cube_check | ( | const subview_cube< eT > & | A, | |
| const T2 & | junk | |||
| ) | [inline] |
Definition at line 221 of file unwrap_cube.hpp.
00222 : M(A) 00223 { 00224 arma_extra_debug_sigprint(); 00225 }
| const Cube<eT> unwrap_cube_check< subview_cube< eT > >::M |
Definition at line 227 of file unwrap_cube.hpp.