#include <unwrap.hpp>
Public Member Functions | |
unwrap (const Col< eT > &A) | |
Public Attributes | |
const Col< eT > & | M |
Definition at line 73 of file unwrap.hpp.
Definition at line 77 of file unwrap.hpp.
00078 : M(A) 00079 { 00080 arma_extra_debug_sigprint(); 00081 }