$search
#include <eGlue_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 |
arma_inline | eGlue (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_rows () const |
arma_inline elem_type | operator[] (const uword i) const |
arma_inline | ~eGlue () |
Public Attributes | |
arma_aligned const Proxy< T1 > | P1 |
arma_aligned const Proxy< T2 > | P2 |
Static Public Attributes | |
static const bool | has_subview = (Proxy<T1>::has_subview || Proxy<T2>::has_subview ) |
static const bool | prefer_at_accessor = (Proxy<T1>::prefer_at_accessor || Proxy<T2>::prefer_at_accessor) |
Definition at line 19 of file eGlue_bones.hpp.
typedef T1::elem_type eGlue< T1, T2, eglue_type >::elem_type |
Definition at line 23 of file eGlue_bones.hpp.
typedef get_pod_type<elem_type>::result eGlue< T1, T2, eglue_type >::pod_type |
Definition at line 24 of file eGlue_bones.hpp.
const bool eGlue< T1, T2, eglue_type >::has_subview = (Proxy<T1>::has_subview || Proxy<T2>::has_subview ) [static] |
Definition at line 27 of file eGlue_bones.hpp.
arma_aligned const Proxy<T1> eGlue< T1, T2, eglue_type >::P1 |
Definition at line 29 of file eGlue_bones.hpp.
arma_aligned const Proxy<T2> eGlue< T1, T2, eglue_type >::P2 |
Definition at line 30 of file eGlue_bones.hpp.
const bool eGlue< T1, T2, eglue_type >::prefer_at_accessor = (Proxy<T1>::prefer_at_accessor || Proxy<T2>::prefer_at_accessor) [static] |
Definition at line 26 of file eGlue_bones.hpp.