#include <unwrap.hpp>
Public Types | |
typedef T1::elem_type | elem_type |
Public Member Functions | |
unwrap_check (const Op< T1, op_type > &A, const Mat< elem_type > &B) | |
unwrap_check (const Op< T1, op_type > &A, const Row< elem_type > &B) | |
unwrap_check (const Op< T1, op_type > &A, const Col< elem_type > &B) | |
~unwrap_check () | |
Public Attributes | |
const Mat< elem_type > | M |
Definition at line 594 of file unwrap.hpp.
typedef T1::elem_type unwrap_check< Op< T1, op_type > >::elem_type |
Definition at line 597 of file unwrap.hpp.
unwrap_check< Op< T1, op_type > >::unwrap_check | ( | const Op< T1, op_type > & | A, | |
const Mat< elem_type > & | B | |||
) | [inline] |
Definition at line 601 of file unwrap.hpp.
00602 : M(A) 00603 { 00604 arma_extra_debug_sigprint(); 00605 }
unwrap_check< Op< T1, op_type > >::unwrap_check | ( | const Op< T1, op_type > & | A, | |
const Row< elem_type > & | B | |||
) | [inline] |
Definition at line 610 of file unwrap.hpp.
00611 : M(A) 00612 { 00613 arma_extra_debug_sigprint(); 00614 }
unwrap_check< Op< T1, op_type > >::unwrap_check | ( | const Op< T1, op_type > & | A, | |
const Col< elem_type > & | B | |||
) | [inline] |
Definition at line 618 of file unwrap.hpp.
00619 : M(A) 00620 { 00621 arma_extra_debug_sigprint(); 00622 }
unwrap_check< Op< T1, op_type > >::~unwrap_check | ( | ) | [inline] |
const Mat<elem_type> unwrap_check< Op< T1, op_type > >::M |
Definition at line 632 of file unwrap.hpp.