#include <unwrap.hpp>
Public Types | |
| typedef T1::elem_type | elem_type |
Public Member Functions | |
| unwrap_to_elem_access (const Op< T1, op_type > &A) | |
| elem_type | operator[] (const u32 i) const |
| elem_type | operator() (const u32 i) const |
| elem_type | operator() (const u32 in_row, const u32 in_col) const |
| elem_type | at (const u32 in_row, const u32 in_col) const |
Public Attributes | |
| const Mat< elem_type > | M |
Definition at line 299 of file unwrap.hpp.
| typedef T1::elem_type unwrap_to_elem_access< Op< T1, op_type > >::elem_type |
Definition at line 302 of file unwrap.hpp.
| unwrap_to_elem_access< Op< T1, op_type > >::unwrap_to_elem_access | ( | const Op< T1, op_type > & | A | ) | [inline] |
Definition at line 304 of file unwrap.hpp.
00305 : M(A) 00306 { 00307 arma_extra_debug_sigprint(); 00308 }
| elem_type unwrap_to_elem_access< Op< T1, op_type > >::operator[] | ( | const u32 | i | ) | const [inline] |
| elem_type unwrap_to_elem_access< Op< T1, op_type > >::operator() | ( | const u32 | i | ) | const [inline] |
| elem_type unwrap_to_elem_access< Op< T1, op_type > >::operator() | ( | const u32 | in_row, | |
| const u32 | in_col | |||
| ) | const [inline] |
| elem_type unwrap_to_elem_access< Op< T1, op_type > >::at | ( | const u32 | in_row, | |
| const u32 | in_col | |||
| ) | const [inline] |
| const Mat<elem_type> unwrap_to_elem_access< Op< T1, op_type > >::M |
Definition at line 316 of file unwrap.hpp.