#include <unwrap.hpp>
Public Types | |
typedef T1::elem_type | eT |
Public Member Functions | |
unwrap_check (const T1 &A, const Mat< eT > &B) | |
~unwrap_check () | |
Public Attributes | |
const Mat< eT > | M |
Definition at line 125 of file unwrap.hpp.
typedef T1::elem_type unwrap_check< T1 >::eT |
Definition at line 129 of file unwrap.hpp.
unwrap_check< T1 >::unwrap_check | ( | const T1 & | A, | |
const Mat< eT > & | B | |||
) | [inline] |
Definition at line 132 of file unwrap.hpp.
: M(A) { arma_extra_debug_sigprint(); }
unwrap_check< T1 >::~unwrap_check | ( | ) | [inline] |
Definition at line 139 of file unwrap.hpp.
{ arma_extra_debug_sigprint(); }
const Mat<eT> unwrap_check< T1 >::M |
Definition at line 144 of file unwrap.hpp.
Referenced by op_sum::apply(), op_reshape::apply(), op_repmat::apply(), op_prod::apply(), op_princomp::apply(), op_princomp_cov::apply(), op_pinv::apply(), op_min::apply(), op_median::apply(), op_mean::apply(), op_max::apply(), op_diagvec::apply(), op_cov::apply(), op_cor::apply(), op_chol::apply(), glue_toeplitz::apply(), glue_times_diag::apply(), glue_solve::apply(), glue_kron::apply(), glue_cov::apply(), glue_cor::apply(), glue_conv::apply(), glue_times::apply_inplace(), auxlib::eig_sym(), lu(), and qr().