partial_unwrap_check< 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_check (const eOp< T1, eop_scalar_times > &A, const Mat< eT > &B)
 ~partial_unwrap_check ()

Public Attributes

const bool do_trans
const bool do_times
const eT val
const Mat< eTM

Detailed Description

template<typename T1>
class partial_unwrap_check< eOp< T1, eop_scalar_times > >

Definition at line 804 of file unwrap.hpp.


Member Typedef Documentation

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

Definition at line 808 of file unwrap.hpp.


Constructor & Destructor Documentation

template<typename T1 >
partial_unwrap_check< eOp< T1, eop_scalar_times > >::partial_unwrap_check ( const eOp< T1, eop_scalar_times > &  A,
const Mat< eT > &  B 
) [inline]

Definition at line 811 of file unwrap.hpp.

00812     : do_trans(false)
00813     , do_times(true)
00814     , val     (A.aux)
00815     , M       (A.P.Q)
00816     {
00817     arma_extra_debug_sigprint();
00818     }

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

Definition at line 821 of file unwrap.hpp.

00822     {
00823     arma_extra_debug_sigprint();
00824     }


Member Data Documentation

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

Definition at line 826 of file unwrap.hpp.

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

Definition at line 827 of file unwrap.hpp.

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

Definition at line 828 of file unwrap.hpp.

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

Definition at line 829 of file unwrap.hpp.