Public Types | Public Member Functions | Public Attributes

unwrap< T1 > Class Template Reference
[Unwrap]

#include <unwrap.hpp>

List of all members.

Public Types

typedef T1::elem_type eT

Public Member Functions

 unwrap (const T1 &A)

Public Attributes

const Mat< eTM

Detailed Description

template<typename T1>
class unwrap< T1 >

Definition at line 23 of file unwrap.hpp.


Member Typedef Documentation

template<typename T1>
typedef T1::elem_type unwrap< T1 >::eT

Definition at line 27 of file unwrap.hpp.


Constructor & Destructor Documentation

template<typename T1>
unwrap< T1 >::unwrap ( const T1 &  A  )  [inline]

Definition at line 29 of file unwrap.hpp.

                                      : change this to Base ?
    : M(A)
    {
    arma_extra_debug_sigprint();
    }


Member Data Documentation

template<typename T1>
const Mat<eT> unwrap< T1 >::M