#include <unwrap.hpp>
Public Member Functions | |
unwrap (const Col< eT > &A) | |
Public Attributes | |
const Col< eT > & | M |
Definition at line 70 of file unwrap.hpp.
Definition at line 74 of file unwrap.hpp.
00075 : M(A) 00076 { 00077 arma_extra_debug_sigprint(); 00078 }
Definition at line 80 of file unwrap.hpp.