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

#include <unwrap.hpp>

List of all members.

Public Member Functions

 unwrap (const subview< eT > &A)

Public Attributes

const Mat< eT > M


Detailed Description

template<typename eT>
class unwrap< subview< eT > >

Definition at line 123 of file unwrap.hpp.


Constructor & Destructor Documentation

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

Definition at line 127 of file unwrap.hpp.

00128     : M(A)
00129     {
00130     arma_extra_debug_sigprint();
00131     }


Member Data Documentation

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

Definition at line 133 of file unwrap.hpp.