Public Types | Public Member Functions | Public Attributes

partial_unwrap_check< T1 > 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 T1 &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< T1 >

Definition at line 742 of file unwrap.hpp.


Member Typedef Documentation

template<typename T1>
typedef T1::elem_type partial_unwrap_check< T1 >::eT

Definition at line 746 of file unwrap.hpp.


Constructor & Destructor Documentation

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

Definition at line 748 of file unwrap.hpp.

    : do_trans(false)
    , do_times(false)
    , val     (1)
    , M       (A)
    {
    arma_extra_debug_sigprint();
    }

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

Definition at line 759 of file unwrap.hpp.

    {
    arma_extra_debug_sigprint();
    }


Member Data Documentation

template<typename T1>
const bool partial_unwrap_check< T1 >::do_trans
template<typename T1>
const bool partial_unwrap_check< T1 >::do_times
template<typename T1>
const eT partial_unwrap_check< T1 >::val
template<typename T1>
const Mat<eT> partial_unwrap_check< T1 >::M