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

#include <unwrap.hpp>

List of all members.

Public Member Functions

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

Definition at line 558 of file unwrap.hpp.


Constructor & Destructor Documentation

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

Definition at line 563 of file unwrap.hpp.

00564     : do_trans(false)
00565     , do_times(true)
00566     , val     (A.aux)
00567     , M       (A.P.Q)
00568     {
00569     arma_extra_debug_sigprint();
00570     }

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

Definition at line 573 of file unwrap.hpp.

00574     {
00575     arma_extra_debug_sigprint();
00576     }


Member Data Documentation

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

Definition at line 578 of file unwrap.hpp.

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

Definition at line 579 of file unwrap.hpp.

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

Definition at line 580 of file unwrap.hpp.

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

Definition at line 581 of file unwrap.hpp.