partial_unwrap< Op< Col< eT >, op_trans2 > > Class Template Reference
[Unwrap]

#include <unwrap.hpp>

List of all members.

Public Member Functions

 partial_unwrap (const Op< Col< eT >, op_trans2 > &A)
 ~partial_unwrap ()

Public Attributes

const bool do_trans
const bool do_times
const eT val
const Mat< eT > & M

Detailed Description

template<typename eT>
class partial_unwrap< Op< Col< eT >, op_trans2 > >

Definition at line 648 of file unwrap.hpp.


Constructor & Destructor Documentation

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

Definition at line 653 of file unwrap.hpp.

00654     : do_trans(true)
00655     , do_times(true)
00656     , val     (A.aux)
00657     , M       (A.m)
00658     {
00659     arma_extra_debug_sigprint();
00660     }

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

Definition at line 663 of file unwrap.hpp.

00664     {
00665     arma_extra_debug_sigprint();
00666     }


Member Data Documentation

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

Definition at line 669 of file unwrap.hpp.

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

Definition at line 670 of file unwrap.hpp.

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

Definition at line 671 of file unwrap.hpp.

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

Definition at line 672 of file unwrap.hpp.