#include <unwrap.hpp>
Public Member Functions | |
unwrap (const Mat< eT > &A) | |
Public Attributes | |
const Mat< eT > & | M |
Definition at line 34 of file unwrap.hpp.
Definition at line 38 of file unwrap.hpp.
00039 : M(A) 00040 { 00041 arma_extra_debug_sigprint(); 00042 }
Definition at line 44 of file unwrap.hpp.