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


Member Typedef Documentation

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

Definition at line 227 of file unwrap.hpp.


Constructor & Destructor Documentation

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

Definition at line 229 of file unwrap.hpp.

00229                                              : change this to Base ?
00230     : do_trans(false)
00231     , do_times(false)
00232     , val     (1)
00233     , M       (A)
00234     {
00235     arma_extra_debug_sigprint();
00236     }

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

Definition at line 240 of file unwrap.hpp.

00241     {
00242     arma_extra_debug_sigprint();
00243     }


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

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