#include <unwrap.hpp>
Public Types | |
typedef T1::elem_type | elem_type |
Public Member Functions | |
unwrap (const Op< T1, op_type > &A) | |
Public Attributes | |
const Mat< elem_type > | M |
Definition at line 87 of file unwrap.hpp.
typedef T1::elem_type unwrap< Op< T1, op_type > >::elem_type |
Definition at line 97 of file unwrap.hpp.
unwrap< Op< T1, op_type > >::unwrap | ( | const Op< T1, op_type > & | A | ) | [inline] |
Definition at line 91 of file unwrap.hpp.
00092 : M(A) 00093 { 00094 arma_extra_debug_sigprint(); 00095 }
Definition at line 98 of file unwrap.hpp.