Public Types | Public Member Functions | Public Attributes

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

#include <unwrap.hpp>

List of all members.

Public Types

typedef T1::elem_type eT

Public Member Functions

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

Definition at line 347 of file unwrap.hpp.


Member Typedef Documentation

template<typename T1 >
typedef T1::elem_type partial_unwrap< eOp< T1, eop_scalar_times > >::eT

Definition at line 351 of file unwrap.hpp.


Constructor & Destructor Documentation

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

Definition at line 354 of file unwrap.hpp.

    : do_trans(false)
    , do_times(true)
    , val     (A.aux)
    , M       (A.P.Q)
    {
    arma_extra_debug_sigprint();
    }

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

Definition at line 364 of file unwrap.hpp.

    {
    arma_extra_debug_sigprint();
    }


Member Data Documentation

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

Definition at line 369 of file unwrap.hpp.

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

Definition at line 370 of file unwrap.hpp.

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

Definition at line 371 of file unwrap.hpp.

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

Definition at line 372 of file unwrap.hpp.