partial_unwrap_check< Op< T1, op_trans > > 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 Op< T1, op_trans > &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< Op< T1, op_trans > >

Definition at line 742 of file unwrap.hpp.


Member Typedef Documentation

template<typename T1 >
typedef T1::elem_type partial_unwrap_check< Op< T1, op_trans > >::eT

Definition at line 746 of file unwrap.hpp.


Constructor & Destructor Documentation

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

Definition at line 749 of file unwrap.hpp.

00750     : do_trans(true)
00751     , do_times(false)
00752     , val     (1)
00753     , M       (A.m)
00754     {
00755     arma_extra_debug_sigprint();
00756     }

template<typename T1 >
partial_unwrap_check< Op< T1, op_trans > >::~partial_unwrap_check (  )  [inline]

Definition at line 759 of file unwrap.hpp.

00760     {
00761     arma_extra_debug_sigprint();
00762     }


Member Data Documentation

template<typename T1 >
const bool partial_unwrap_check< Op< T1, op_trans > >::do_trans

Definition at line 764 of file unwrap.hpp.

template<typename T1 >
const bool partial_unwrap_check< Op< T1, op_trans > >::do_times

Definition at line 765 of file unwrap.hpp.

template<typename T1 >
const eT partial_unwrap_check< Op< T1, op_trans > >::val

Definition at line 766 of file unwrap.hpp.

template<typename T1 >
const Mat<eT> partial_unwrap_check< Op< T1, op_trans > >::M

Definition at line 767 of file unwrap.hpp.