#include <unwrap.hpp>
Public Member Functions | |
unwrap (const Row< eT > &A) | |
Public Attributes | |
const Row< eT > & | M |
Definition at line 52 of file unwrap.hpp.
Definition at line 56 of file unwrap.hpp.
00057 : M(A) 00058 { 00059 arma_extra_debug_sigprint(); 00060 }
Definition at line 62 of file unwrap.hpp.