partial_unwrap< eOp< Col< eT >, eop_scalar_times > > Class Template Reference
[Unwrap]

#include <unwrap.hpp>

List of all members.

Public Member Functions

 partial_unwrap (const eOp< Col< eT >, eop_scalar_times > &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< eOp< Col< eT >, eop_scalar_times > >

Definition at line 709 of file unwrap.hpp.


Constructor & Destructor Documentation

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

Definition at line 714 of file unwrap.hpp.

00715     : do_trans(false)
00716     , do_times(true)
00717     , val     (A.aux)
00718     , M       (A.P.Q)
00719     {
00720     arma_extra_debug_sigprint();
00721     }

template<typename eT >
partial_unwrap< eOp< Col< eT >, eop_scalar_times > >::~partial_unwrap (  )  [inline]

Definition at line 724 of file unwrap.hpp.

00725     {
00726     arma_extra_debug_sigprint();
00727     }


Member Data Documentation

template<typename eT >
const bool partial_unwrap< eOp< Col< eT >, eop_scalar_times > >::do_trans

Definition at line 729 of file unwrap.hpp.

template<typename eT >
const bool partial_unwrap< eOp< Col< eT >, eop_scalar_times > >::do_times

Definition at line 730 of file unwrap.hpp.

template<typename eT >
const eT partial_unwrap< eOp< Col< eT >, eop_scalar_times > >::val

Definition at line 731 of file unwrap.hpp.

template<typename eT >
const Mat<eT>& partial_unwrap< eOp< Col< eT >, eop_scalar_times > >::M

Definition at line 732 of file unwrap.hpp.