#include <ProxyCube.hpp>
Public Types | |
typedef T1::elem_type | elem_type |
typedef get_pod_type < elem_type >::result | pod_type |
typedef Cube< elem_type > | stored_type |
Public Member Functions | |
ProxyCube (const OpCube< 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 u32 slice) const |
Public Attributes | |
const Cube< elem_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 81 of file ProxyCube.hpp.
typedef T1::elem_type ProxyCube< OpCube< T1, op_type > >::elem_type |
Definition at line 85 of file ProxyCube.hpp.
typedef get_pod_type<elem_type>::result ProxyCube< OpCube< T1, op_type > >::pod_type |
Definition at line 86 of file ProxyCube.hpp.
typedef Cube<elem_type> ProxyCube< OpCube< T1, op_type > >::stored_type |
Definition at line 87 of file ProxyCube.hpp.
arma_inline elem_type ProxyCube< OpCube< T1, op_type > >::operator[] | ( | const u32 | i | ) | const [inline] |
Definition at line 108 of file ProxyCube.hpp.
{ return Q[i]; }
arma_inline elem_type ProxyCube< OpCube< T1, op_type > >::at | ( | const u32 | row, | |
const u32 | col, | |||
const u32 | slice | |||
) | const [inline] |
Definition at line 109 of file ProxyCube.hpp.
const Cube<elem_type> ProxyCube< OpCube< T1, op_type > >::Q |
Definition at line 89 of file ProxyCube.hpp.
Definition at line 91 of file ProxyCube.hpp.
Definition at line 92 of file ProxyCube.hpp.
const u32 ProxyCube< OpCube< T1, op_type > >::n_elem_slice |
Definition at line 93 of file ProxyCube.hpp.
Definition at line 94 of file ProxyCube.hpp.