#include <strip.hpp>
Public Types | |
typedef T1 | stored_type |
Public Member Functions | |
strip_diagmat (const Base< typename T1::elem_type, T1 > &X) | |
Public Attributes | |
const bool | do_diagmat |
const T1 & | M |
Definition at line 23 of file strip.hpp.
typedef T1 strip_diagmat< T1 >::stored_type |
strip_diagmat< T1 >::strip_diagmat | ( | const Base< typename T1::elem_type, T1 > & | X | ) | [inline] |
Definition at line 27 of file strip.hpp.
: do_diagmat(false) , M (X.get_ref()) { arma_extra_debug_sigprint(); }
const bool strip_diagmat< T1 >::do_diagmat |
Definition at line 34 of file strip.hpp.
Referenced by op_inv::apply(), glue_times_diag::apply(), and as_scalar_redirect< 3 >::apply().
const T1& strip_diagmat< T1 >::M |
Definition at line 35 of file strip.hpp.
Referenced by op_inv::apply(), glue_times_diag::apply(), as_scalar_redirect< 3 >::apply(), and as_scalar_diag().