unwrap_check< Op< T1, op_type > > Class Template Reference
[Unwrap]

#include <unwrap.hpp>

List of all members.

Public Types

typedef T1::elem_type elem_type

Public Member Functions

 unwrap_check (const Op< T1, op_type > &A, const Mat< elem_type > &B)
 unwrap_check (const Op< T1, op_type > &A, const Row< elem_type > &B)
 unwrap_check (const Op< T1, op_type > &A, const Col< elem_type > &B)
 ~unwrap_check ()

Public Attributes

const Mat< elem_typeM


Detailed Description

template<typename T1, typename op_type>
class unwrap_check< Op< T1, op_type > >

Definition at line 594 of file unwrap.hpp.


Member Typedef Documentation

template<typename T1 , typename op_type >
typedef T1::elem_type unwrap_check< Op< T1, op_type > >::elem_type

Definition at line 597 of file unwrap.hpp.


Constructor & Destructor Documentation

template<typename T1 , typename op_type >
unwrap_check< Op< T1, op_type > >::unwrap_check ( const Op< T1, op_type > &  A,
const Mat< elem_type > &  B 
) [inline]

Definition at line 601 of file unwrap.hpp.

00602     : M(A)
00603     {
00604     arma_extra_debug_sigprint();
00605     }

template<typename T1 , typename op_type >
unwrap_check< Op< T1, op_type > >::unwrap_check ( const Op< T1, op_type > &  A,
const Row< elem_type > &  B 
) [inline]

Definition at line 610 of file unwrap.hpp.

00611     : M(A)
00612     {
00613     arma_extra_debug_sigprint();
00614     }

template<typename T1 , typename op_type >
unwrap_check< Op< T1, op_type > >::unwrap_check ( const Op< T1, op_type > &  A,
const Col< elem_type > &  B 
) [inline]

Definition at line 618 of file unwrap.hpp.

00619     : M(A)
00620     {
00621     arma_extra_debug_sigprint();
00622     }

template<typename T1 , typename op_type >
unwrap_check< Op< T1, op_type > >::~unwrap_check (  )  [inline]

Definition at line 626 of file unwrap.hpp.

00627     {
00628     arma_extra_debug_sigprint();
00629     
00630     }


Member Data Documentation

template<typename T1 , typename op_type >
const Mat<elem_type> unwrap_check< Op< T1, op_type > >::M

Definition at line 632 of file unwrap.hpp.