partial_unwrap< T1 > Class Template Reference
[Unwrap]

#include <unwrap.hpp>

List of all members.

Public Types

typedef T1::elem_type eT

Public Member Functions

 partial_unwrap (const T1 &A)
 ~partial_unwrap ()

Public Attributes

const bool do_trans
const bool do_times
const eT val
const Mat< eTM

Detailed Description

template<typename T1>
class partial_unwrap< T1 >

Definition at line 254 of file unwrap.hpp.


Member Typedef Documentation

template<typename T1>
typedef T1::elem_type partial_unwrap< T1 >::eT

Definition at line 258 of file unwrap.hpp.


Constructor & Destructor Documentation

template<typename T1>
partial_unwrap< T1 >::partial_unwrap ( const T1 &  A  )  [inline]

Definition at line 260 of file unwrap.hpp.

00260                                              : change this to Base ?
00261     : do_trans(false)
00262     , do_times(false)
00263     , val     (1)
00264     , M       (A)
00265     {
00266     arma_extra_debug_sigprint();
00267     }

template<typename T1>
partial_unwrap< T1 >::~partial_unwrap (  )  [inline]

Definition at line 271 of file unwrap.hpp.

00272     {
00273     arma_extra_debug_sigprint();
00274     }


Member Data Documentation

template<typename T1>
const bool partial_unwrap< T1 >::do_trans
template<typename T1>
const bool partial_unwrap< T1 >::do_times

Definition at line 277 of file unwrap.hpp.

template<typename T1>
const eT partial_unwrap< T1 >::val
template<typename T1>
const Mat<eT> partial_unwrap< T1 >::M