#include <eGlueCube_bones.hpp>
Public Types | |
typedef T1::elem_type | elem_type |
typedef get_pod_type < elem_type >::result | pod_type |
Public Member Functions | |
arma_inline elem_type | at (const uword row, const uword col, const uword slice) const |
arma_inline | eGlueCube (const T1 &in_A, const T2 &in_B) |
arma_inline uword | get_n_cols () const |
arma_inline uword | get_n_elem () const |
arma_inline uword | get_n_elem_slice () const |
arma_inline uword | get_n_rows () const |
arma_inline uword | get_n_slices () const |
arma_inline elem_type | operator[] (const uword i) const |
arma_inline | ~eGlueCube () |
Public Attributes | |
arma_aligned const ProxyCube< T1 > | P1 |
arma_aligned const ProxyCube< T2 > | P2 |
Static Public Attributes | |
static const bool | has_subview = (ProxyCube<T1>::has_subview || ProxyCube<T2>::has_subview ) |
static const bool | prefer_at_accessor = (ProxyCube<T1>::prefer_at_accessor || ProxyCube<T2>::prefer_at_accessor) |
Definition at line 19 of file eGlueCube_bones.hpp.
typedef T1::elem_type eGlueCube< T1, T2, eglue_type >::elem_type |
Definition at line 23 of file eGlueCube_bones.hpp.
typedef get_pod_type<elem_type>::result eGlueCube< T1, T2, eglue_type >::pod_type |
Definition at line 24 of file eGlueCube_bones.hpp.
const bool eGlueCube< T1, T2, eglue_type >::has_subview = (ProxyCube<T1>::has_subview || ProxyCube<T2>::has_subview ) [static] |
Definition at line 27 of file eGlueCube_bones.hpp.
arma_aligned const ProxyCube<T1> eGlueCube< T1, T2, eglue_type >::P1 |
Definition at line 29 of file eGlueCube_bones.hpp.
arma_aligned const ProxyCube<T2> eGlueCube< T1, T2, eglue_type >::P2 |
Definition at line 30 of file eGlueCube_bones.hpp.
const bool eGlueCube< T1, T2, eglue_type >::prefer_at_accessor = (ProxyCube<T1>::prefer_at_accessor || ProxyCube<T2>::prefer_at_accessor) [static] |
Definition at line 26 of file eGlueCube_bones.hpp.