Public Member Functions | Public Attributes

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

#include <unwrap.hpp>

List of all members.

Public Member Functions

 unwrap (const Row< eT > &A)

Public Attributes

const Row< eT > & M

Detailed Description

template<typename eT>
class unwrap< Row< eT > >

Definition at line 57 of file unwrap.hpp.


Constructor & Destructor Documentation

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

Definition at line 61 of file unwrap.hpp.

    : M(A)
    {
    arma_extra_debug_sigprint();
    }


Member Data Documentation

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

Definition at line 67 of file unwrap.hpp.