#include <unwrap.hpp>
Public Member Functions | |
| unwrap_check (const Mat< eT > &A, const Mat< eT > &B) | |
| unwrap_check (const Mat< eT > &A, const Row< eT > &B) | |
| unwrap_check (const Mat< eT > &A, const Col< eT > &B) | |
| unwrap_check (const Mat< eT > &A, const subview< eT > &B) | |
| unwrap_check (const Mat< eT > &A, const diagview< eT > &B) | |
| ~unwrap_check () | |
Public Attributes | |
| const Mat< eT > * | M_local |
| const Mat< eT > & | M |
Definition at line 386 of file unwrap.hpp.
| unwrap_check< Mat< eT > >::unwrap_check | ( | const Mat< eT > & | A, | |
| const Mat< eT > & | B | |||
| ) | [inline] |
| unwrap_check< Mat< eT > >::unwrap_check | ( | const Mat< eT > & | A, | |
| const Row< eT > & | B | |||
| ) | [inline] |
| unwrap_check< Mat< eT > >::unwrap_check | ( | const Mat< eT > & | A, | |
| const Col< eT > & | B | |||
| ) | [inline] |
| unwrap_check< Mat< eT > >::unwrap_check | ( | const Mat< eT > & | A, | |
| const subview< eT > & | B | |||
| ) | [inline] |
| unwrap_check< Mat< eT > >::unwrap_check | ( | const Mat< eT > & | A, | |
| const diagview< eT > & | B | |||
| ) | [inline] |
| unwrap_check< Mat< eT > >::~unwrap_check | ( | ) | [inline] |
Definition at line 436 of file unwrap.hpp.
00437 { 00438 arma_extra_debug_sigprint(); 00439 00440 if(M_local) 00441 { 00442 delete M_local; 00443 } 00444 }
| const Mat<eT>* unwrap_check< Mat< eT > >::M_local |
Definition at line 448 of file unwrap.hpp.
| const Mat<eT>& unwrap_check< Mat< eT > >::M |
Definition at line 449 of file unwrap.hpp.