#include <unwrap.hpp>
Public Member Functions | |
| template<typename T2 > | |
| unwrap_check (const diagview< eT > &A, const T2 &junk) | |
Public Attributes | |
| const Mat< eT > | M |
Definition at line 703 of file unwrap.hpp.
| unwrap_check< diagview< eT > >::unwrap_check | ( | const diagview< eT > & | A, | |
| const T2 & | junk | |||
| ) | [inline] |
Definition at line 708 of file unwrap.hpp.
00709 : M(A) 00710 { 00711 arma_extra_debug_sigprint(); 00712 }
| const Mat<eT> unwrap_check< diagview< eT > >::M |
Definition at line 714 of file unwrap.hpp.