partial_unwrap< Op< T1, op_trans > > Class Template Reference
[Unwrap]

#include <unwrap.hpp>

List of all members.

Public Types

typedef T1::elem_type eT

Public Member Functions

 partial_unwrap (const Op< T1, op_trans > &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< Op< T1, op_trans > >

Definition at line 254 of file unwrap.hpp.


Member Typedef Documentation

template<typename T1 >
typedef T1::elem_type partial_unwrap< Op< T1, op_trans > >::eT

Definition at line 258 of file unwrap.hpp.


Constructor & Destructor Documentation

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

Definition at line 261 of file unwrap.hpp.

00262     : do_trans(true)
00263     , do_times(false)
00264     , val     (1)
00265     , M       (A.m)
00266     {
00267     arma_extra_debug_sigprint();
00268     }

template<typename T1 >
partial_unwrap< Op< T1, op_trans > >::~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< Op< T1, op_trans > >::do_trans

Definition at line 276 of file unwrap.hpp.

template<typename T1 >
const bool partial_unwrap< Op< T1, op_trans > >::do_times

Definition at line 277 of file unwrap.hpp.

template<typename T1 >
const eT partial_unwrap< Op< T1, op_trans > >::val

Definition at line 278 of file unwrap.hpp.

template<typename T1 >
const Mat<eT> partial_unwrap< Op< T1, op_trans > >::M

Definition at line 279 of file unwrap.hpp.