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