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