#include <unwrap.hpp>
Public Types | |
typedef T1::elem_type | eT |
Public Member Functions | |
eT | get_val () const |
partial_unwrap_check (const T1 &A, const Mat< eT > &B) | |
~partial_unwrap_check () | |
Public Attributes | |
const Mat< eT > | M |
Static Public Attributes | |
static const bool | do_times = false |
static const bool | do_trans = false |
Definition at line 899 of file unwrap.hpp.
typedef T1::elem_type partial_unwrap_check< T1 >::eT |
Definition at line 903 of file unwrap.hpp.
partial_unwrap_check< T1 >::partial_unwrap_check | ( | const T1 & | A, |
const Mat< eT > & | B | ||
) | [inline] |
Definition at line 905 of file unwrap.hpp.
partial_unwrap_check< T1 >::~partial_unwrap_check | ( | ) | [inline] |
Definition at line 914 of file unwrap.hpp.
eT partial_unwrap_check< T1 >::get_val | ( | ) | const [inline] |
Definition at line 920 of file unwrap.hpp.
const bool partial_unwrap_check< T1 >::do_times = false [static] |
Definition at line 924 of file unwrap.hpp.
const bool partial_unwrap_check< T1 >::do_trans = false [static] |
Definition at line 923 of file unwrap.hpp.
const Mat<eT> partial_unwrap_check< T1 >::M |
Definition at line 926 of file unwrap.hpp.