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