Public Member Functions | Public Attributes

unwrap< mtOp< out_eT, T1, op_type > > Class Template Reference
[Unwrap]

#include <unwrap.hpp>

List of all members.

Public Member Functions

 unwrap (const mtOp< out_eT, T1, op_type > &A)

Public Attributes

const Mat< out_eT > M

Detailed Description

template<typename out_eT, typename T1, typename op_type>
class unwrap< mtOp< out_eT, T1, op_type > >

Definition at line 104 of file unwrap.hpp.


Constructor & Destructor Documentation

template<typename out_eT , typename T1 , typename op_type >
unwrap< mtOp< out_eT, T1, op_type > >::unwrap ( const mtOp< out_eT, T1, op_type > &  A  )  [inline]

Definition at line 108 of file unwrap.hpp.

    : M(A)
    {
    arma_extra_debug_sigprint();
    }


Member Data Documentation

template<typename out_eT , typename T1 , typename op_type >
const Mat<out_eT> unwrap< mtOp< out_eT, T1, op_type > >::M

Definition at line 114 of file unwrap.hpp.