partial_unwrap< Op< T1, op_trans2 > > 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_trans2 > &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_trans2 > >

Definition at line 316 of file unwrap.hpp.


Member Typedef Documentation

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

Definition at line 320 of file unwrap.hpp.


Constructor & Destructor Documentation

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

Definition at line 323 of file unwrap.hpp.

00324     : do_trans(true)
00325     , do_times(true)
00326     , val     (A.aux)
00327     , M       (A.m)
00328     {
00329     arma_extra_debug_sigprint();
00330     }

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

Definition at line 333 of file unwrap.hpp.

00334     {
00335     arma_extra_debug_sigprint();
00336     }


Member Data Documentation

template<typename T1 >
const bool partial_unwrap< Op< T1, op_trans2 > >::do_trans

Definition at line 338 of file unwrap.hpp.

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

Definition at line 339 of file unwrap.hpp.

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

Definition at line 340 of file unwrap.hpp.

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

Definition at line 341 of file unwrap.hpp.