Public Member Functions | Public Attributes

unwrap< Mat< eT > > Class Template Reference
[Unwrap]

#include <unwrap.hpp>

List of all members.

Public Member Functions

 unwrap (const Mat< eT > &A)

Public Attributes

const Mat< eT > & M

Detailed Description

template<typename eT>
class unwrap< Mat< eT > >

Definition at line 41 of file unwrap.hpp.


Constructor & Destructor Documentation

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

Definition at line 45 of file unwrap.hpp.

    : M(A)
    {
    arma_extra_debug_sigprint();
    }


Member Data Documentation

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

Definition at line 51 of file unwrap.hpp.