#include <unwrap.hpp>
Public Member Functions | |
unwrap (const Row< eT > &A) | |
Public Attributes | |
const Row< eT > & | M |
Definition at line 57 of file unwrap.hpp.
Definition at line 61 of file unwrap.hpp.
00062 : M(A) 00063 { 00064 arma_extra_debug_sigprint(); 00065 }