#include <unwrap.hpp>
Public Types | |
typedef T1::elem_type | elem_type |
Public Member Functions | |
unwrap_to_elem_access (const Glue< T1, T2, glue_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 323 of file unwrap.hpp.
typedef T1::elem_type unwrap_to_elem_access< Glue< T1, T2, glue_type > >::elem_type |
Definition at line 326 of file unwrap.hpp.
unwrap_to_elem_access< Glue< T1, T2, glue_type > >::unwrap_to_elem_access | ( | const Glue< T1, T2, glue_type > & | A | ) | [inline] |
Definition at line 328 of file unwrap.hpp.
00329 : M(A) 00330 { 00331 arma_extra_debug_sigprint(); 00332 }
elem_type unwrap_to_elem_access< Glue< T1, T2, glue_type > >::operator[] | ( | const u32 | i | ) | const [inline] |
elem_type unwrap_to_elem_access< Glue< T1, T2, glue_type > >::operator() | ( | const u32 | i | ) | const [inline] |
elem_type unwrap_to_elem_access< Glue< T1, T2, glue_type > >::operator() | ( | const u32 | in_row, | |
const u32 | in_col | |||
) | const [inline] |
elem_type unwrap_to_elem_access< Glue< T1, T2, glue_type > >::at | ( | const u32 | in_row, | |
const u32 | in_col | |||
) | const [inline] |
const Mat<elem_type> unwrap_to_elem_access< Glue< T1, T2, glue_type > >::M |
Definition at line 340 of file unwrap.hpp.