#include <unwrap.hpp>
Public Member Functions | |
template<typename T2 > | |
unwrap_check (const subview< eT > &A, const T2 &junk) | |
Public Attributes | |
const Mat< eT > | M |
Definition at line 685 of file unwrap.hpp.
unwrap_check< subview< eT > >::unwrap_check | ( | const subview< eT > & | A, | |
const T2 & | junk | |||
) | [inline] |
Definition at line 690 of file unwrap.hpp.
00691 : M(A) 00692 { 00693 arma_extra_debug_sigprint(); 00694 }
const Mat<eT> unwrap_check< subview< eT > >::M |
Definition at line 696 of file unwrap.hpp.