#include <unwrap.hpp>
Public Types | |
typedef T1::elem_type | eT |
Public Member Functions | |
partial_unwrap_check (const T1 &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 742 of file unwrap.hpp.
typedef T1::elem_type partial_unwrap_check< T1 >::eT |
Definition at line 746 of file unwrap.hpp.
partial_unwrap_check< T1 >::partial_unwrap_check | ( | const T1 & | A, | |
const Mat< eT > & | B | |||
) | [inline] |
partial_unwrap_check< T1 >::~partial_unwrap_check | ( | ) | [inline] |
Definition at line 759 of file unwrap.hpp.
{ arma_extra_debug_sigprint(); }
const bool partial_unwrap_check< T1 >::do_trans |
Definition at line 764 of file unwrap.hpp.
Referenced by glue_times_redirect< 4 >::apply(), glue_times_redirect< 3 >::apply(), glue_times_redirect< N >::apply(), and glue_times::apply_inplace_plus().
const bool partial_unwrap_check< T1 >::do_times |
Definition at line 765 of file unwrap.hpp.
Referenced by glue_times_redirect< 4 >::apply(), glue_times_redirect< 3 >::apply(), glue_times_redirect< N >::apply(), and glue_times::apply_inplace_plus().
const eT partial_unwrap_check< T1 >::val |
Definition at line 766 of file unwrap.hpp.
Referenced by glue_times_redirect< 4 >::apply(), glue_times_redirect< 3 >::apply(), glue_times_redirect< N >::apply(), and glue_times::apply_inplace_plus().
const Mat<eT> partial_unwrap_check< T1 >::M |
Definition at line 767 of file unwrap.hpp.
Referenced by glue_times_redirect< 4 >::apply(), glue_times_redirect< 3 >::apply(), glue_times_redirect< N >::apply(), and glue_times::apply_inplace_plus().