#include <unwrap.hpp>
Public Member Functions | |
unwrap_to_elem_access (const subview< eT > &A) | |
eT | operator[] (const u32 i) const |
eT | operator() (const u32 i) const |
eT | operator() (const u32 in_row, const u32 in_col) const |
eT | at (const u32 in_row, const u32 in_col) const |
Public Attributes | |
const subview< eT > & | M |
Definition at line 347 of file unwrap.hpp.
unwrap_to_elem_access< subview< eT > >::unwrap_to_elem_access | ( | const subview< eT > & | A | ) | [inline] |
Definition at line 351 of file unwrap.hpp.
00352 : M(A) 00353 { 00354 arma_extra_debug_sigprint(); 00355 }
eT unwrap_to_elem_access< subview< eT > >::operator[] | ( | const u32 | i | ) | const [inline] |
eT unwrap_to_elem_access< subview< eT > >::operator() | ( | const u32 | i | ) | const [inline] |
eT unwrap_to_elem_access< subview< eT > >::operator() | ( | const u32 | in_row, | |
const u32 | in_col | |||
) | const [inline] |
eT unwrap_to_elem_access< subview< eT > >::at | ( | const u32 | in_row, | |
const u32 | in_col | |||
) | const [inline] |
const subview<eT>& unwrap_to_elem_access< subview< eT > >::M |
Definition at line 363 of file unwrap.hpp.