#include <Proxy.hpp>
Public Types | |
typedef T1::elem_type | elem_type |
typedef get_pod_type < elem_type >::result | pod_type |
typedef eOp< T1, eop_type > | stored_type |
Public Member Functions | |
Proxy (const eOp< T1, eop_type > &A) | |
arma_inline elem_type | operator[] (const u32 i) const |
arma_inline elem_type | at (const u32 row, const u32 col) const |
Public Attributes | |
const eOp< T1, eop_type > & | Q |
const u32 | n_rows |
const u32 | n_cols |
const u32 | n_elem |
Definition at line 274 of file Proxy.hpp.
typedef get_pod_type<elem_type>::result Proxy< eOp< T1, eop_type > >::pod_type |
typedef eOp<T1, eop_type> Proxy< eOp< T1, eop_type > >::stored_type |