#include <ProxyCube.hpp>
Public Types | |
typedef T1::elem_type | elem_type |
typedef get_pod_type < elem_type >::result | pod_type |
typedef eOpCube< T1, eop_type > | stored_type |
Public Member Functions | |
ProxyCube (const eOpCube< 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 u32 slice) const |
Public Attributes | |
const eOpCube< T1, eop_type > & | Q |
const u32 | n_rows |
const u32 | n_cols |
const u32 | n_elem_slice |
const u32 | n_slices |
const u32 | n_elem |
Definition at line 184 of file ProxyCube.hpp.
typedef T1::elem_type ProxyCube< eOpCube< T1, eop_type > >::elem_type |
Definition at line 188 of file ProxyCube.hpp.
typedef get_pod_type<elem_type>::result ProxyCube< eOpCube< T1, eop_type > >::pod_type |
Definition at line 189 of file ProxyCube.hpp.
typedef eOpCube<T1, eop_type> ProxyCube< eOpCube< T1, eop_type > >::stored_type |
Definition at line 190 of file ProxyCube.hpp.
arma_inline elem_type ProxyCube< eOpCube< T1, eop_type > >::operator[] | ( | const u32 | i | ) | const [inline] |
Definition at line 211 of file ProxyCube.hpp.
{ return eop_type::get_elem(Q, i); }
arma_inline elem_type ProxyCube< eOpCube< T1, eop_type > >::at | ( | const u32 | row, | |
const u32 | col, | |||
const u32 | slice | |||
) | const [inline] |
Definition at line 212 of file ProxyCube.hpp.
{ return eop_type::get_elem(Q, row, col, slice); }
const eOpCube<T1, eop_type>& ProxyCube< eOpCube< T1, eop_type > >::Q |
Definition at line 192 of file ProxyCube.hpp.
Definition at line 194 of file ProxyCube.hpp.
Definition at line 195 of file ProxyCube.hpp.
const u32 ProxyCube< eOpCube< T1, eop_type > >::n_elem_slice |
Definition at line 196 of file ProxyCube.hpp.
Definition at line 197 of file ProxyCube.hpp.