#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 94 of file unwrap.hpp.
typedef T1::elem_type unwrap_check< T1 >::eT |
Definition at line 98 of file unwrap.hpp.
unwrap_check< T1 >::unwrap_check | ( | const T1 & | A, | |
const Mat< eT > & | B | |||
) | [inline] |
Definition at line 101 of file unwrap.hpp.
00102 : M(A) 00103 { 00104 arma_extra_debug_sigprint(); 00105 }
unwrap_check< T1 >::~unwrap_check | ( | ) | [inline] |
Definition at line 108 of file unwrap.hpp.
const Mat<eT> unwrap_check< T1 >::M |
Definition at line 113 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(), glue_times_diag::apply(), glue_kron::apply(), glue_cov::apply(), glue_cor::apply(), glue_times::apply_inplace(), auxlib::eig_sym(), lu(), and qr().