#include <unwrap.hpp>
Public Types | |
typedef T1::elem_type | eT |
Public Member Functions | |
partial_unwrap_check (const eOp< T1, eop_scalar_times > &A, const Mat< eT > &B) | |
~partial_unwrap_check () | |
Public Attributes | |
const bool | do_trans |
const bool | do_times |
const eT | val |
const Mat< eT > | M |
Definition at line 835 of file unwrap.hpp.
typedef T1::elem_type partial_unwrap_check< eOp< T1, eop_scalar_times > >::eT |
Definition at line 839 of file unwrap.hpp.
partial_unwrap_check< eOp< T1, eop_scalar_times > >::partial_unwrap_check | ( | const eOp< T1, eop_scalar_times > & | A, | |
const Mat< eT > & | B | |||
) | [inline] |
partial_unwrap_check< eOp< T1, eop_scalar_times > >::~partial_unwrap_check | ( | ) | [inline] |
Definition at line 852 of file unwrap.hpp.
{ arma_extra_debug_sigprint(); }
const bool partial_unwrap_check< eOp< T1, eop_scalar_times > >::do_trans |
Definition at line 857 of file unwrap.hpp.
const bool partial_unwrap_check< eOp< T1, eop_scalar_times > >::do_times |
Definition at line 858 of file unwrap.hpp.
const eT partial_unwrap_check< eOp< T1, eop_scalar_times > >::val |
Definition at line 859 of file unwrap.hpp.
const Mat<eT> partial_unwrap_check< eOp< T1, eop_scalar_times > >::M |
Definition at line 860 of file unwrap.hpp.