#include <unwrap.hpp>
Public Types | |
typedef T1::elem_type | eT |
Public Member Functions | |
eT | get_val () const |
partial_unwrap (const T1 &A) | |
~partial_unwrap () | |
Public Attributes | |
const Mat< eT > | M |
Static Public Attributes | |
static const bool | do_times = false |
static const bool | do_trans = false |
Definition at line 387 of file unwrap.hpp.
typedef T1::elem_type partial_unwrap< T1 >::eT |
Definition at line 391 of file unwrap.hpp.
partial_unwrap< T1 >::partial_unwrap | ( | const T1 & | A | ) | [inline] |
Definition at line 393 of file unwrap.hpp.
partial_unwrap< T1 >::~partial_unwrap | ( | ) | [inline] |
Definition at line 401 of file unwrap.hpp.
eT partial_unwrap< T1 >::get_val | ( | ) | const [inline] |
Definition at line 407 of file unwrap.hpp.
const bool partial_unwrap< T1 >::do_times = false [static] |
Definition at line 411 of file unwrap.hpp.
const bool partial_unwrap< T1 >::do_trans = false [static] |
Definition at line 410 of file unwrap.hpp.
const Mat<eT> partial_unwrap< T1 >::M |
Definition at line 413 of file unwrap.hpp.