#include <unwrap.hpp>
Public Member Functions | |
unwrap (const mtOp< out_eT, T1, op_type > &A) | |
Public Attributes | |
const Mat< out_eT > | M |
Definition at line 104 of file unwrap.hpp.
unwrap< mtOp< out_eT, T1, op_type > >::unwrap | ( | const mtOp< out_eT, T1, op_type > & | A | ) | [inline] |
Definition at line 108 of file unwrap.hpp.
00109 : M(A) 00110 { 00111 arma_extra_debug_sigprint(); 00112 }