#include <strip.hpp>
Public Types | |
typedef T1 | stored_type |
Public Member Functions | |
strip_diagmat (const Op< T1, op_diagmat > &X) | |
Public Attributes | |
const bool | do_diagmat |
const T1 & | M |
Definition at line 41 of file strip.hpp.
typedef T1 strip_diagmat< Op< T1, op_diagmat > >::stored_type |
strip_diagmat< Op< T1, op_diagmat > >::strip_diagmat | ( | const Op< T1, op_diagmat > & | X | ) | [inline] |
Definition at line 45 of file strip.hpp.
: do_diagmat(true) , M (X.m) { arma_extra_debug_sigprint(); }
const bool strip_diagmat< Op< T1, op_diagmat > >::do_diagmat |
const T1& strip_diagmat< Op< T1, op_diagmat > >::M |