#include <unwrap.hpp>
Public Types | |
typedef T1::elem_type | eT |
Public Member Functions | |
partial_unwrap (const eOp< T1, eop_scalar_times > &A) | |
~partial_unwrap () | |
Public Attributes | |
const bool | do_trans |
const bool | do_times |
const eT | val |
const Mat< eT > | M |
Definition at line 316 of file unwrap.hpp.
typedef T1::elem_type partial_unwrap< eOp< T1, eop_scalar_times > >::eT |
Definition at line 320 of file unwrap.hpp.
partial_unwrap< eOp< T1, eop_scalar_times > >::partial_unwrap | ( | const eOp< T1, eop_scalar_times > & | A | ) | [inline] |
partial_unwrap< eOp< T1, eop_scalar_times > >::~partial_unwrap | ( | ) | [inline] |
Definition at line 333 of file unwrap.hpp.
const bool partial_unwrap< eOp< T1, eop_scalar_times > >::do_trans |
Definition at line 338 of file unwrap.hpp.
const bool partial_unwrap< eOp< T1, eop_scalar_times > >::do_times |
Definition at line 339 of file unwrap.hpp.
const eT partial_unwrap< eOp< T1, eop_scalar_times > >::val |
Definition at line 340 of file unwrap.hpp.
const Mat<eT> partial_unwrap< eOp< T1, eop_scalar_times > >::M |
Definition at line 341 of file unwrap.hpp.