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 34 of file unwrap.hpp.


Constructor & Destructor Documentation

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

Definition at line 38 of file unwrap.hpp.

00039     : M(A)
00040     {
00041     arma_extra_debug_sigprint();
00042     }


Member Data Documentation

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

Definition at line 44 of file unwrap.hpp.