#include <Proxy.hpp>
Public Types | |
typedef T1::elem_type | elem_type |
typedef get_pod_type < elem_type >::result | pod_type |
typedef Mat< elem_type > | stored_type |
Public Member Functions | |
Proxy (const Op< T1, op_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 Mat< elem_type > | Q |
const u32 | n_rows |
const u32 | n_cols |
const u32 | n_elem |
Definition at line 152 of file Proxy.hpp.
typedef get_pod_type<elem_type>::result Proxy< Op< T1, op_type > >::pod_type |
typedef Mat<elem_type> Proxy< Op< T1, op_type > >::stored_type |