Public Member Functions | Public Attributes

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

#include <unwrap.hpp>

List of all members.

Public Member Functions

 unwrap (const Col< eT > &A)

Public Attributes

const Col< eT > & M

Detailed Description

template<typename eT>
class unwrap< Col< eT > >

Definition at line 73 of file unwrap.hpp.


Constructor & Destructor Documentation

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

Definition at line 77 of file unwrap.hpp.

    : M(A)
    {
    arma_extra_debug_sigprint();
    }


Member Data Documentation

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

Definition at line 83 of file unwrap.hpp.