#include <unwrap.hpp>
Public Member Functions | |
unwrap (const Mat< eT > &A) | |
Public Attributes | |
const Mat< eT > & | M |
Definition at line 41 of file unwrap.hpp.
Definition at line 45 of file unwrap.hpp.
00046 : M(A) 00047 { 00048 arma_extra_debug_sigprint(); 00049 }