#include <eGlue_proto.hpp>
Public Types | |
typedef T1::elem_type | elem_type |
typedef get_pod_type < elem_type >::result | pod_type |
Public Member Functions | |
arma_inline | ~eGlue () |
arma_inline | eGlue (const T1 &in_A, const T2 &in_B) |
Public Attributes | |
const Proxy< T1 > | P1 |
const Proxy< T2 > | P2 |
Definition at line 22 of file eGlue_proto.hpp.
typedef T1::elem_type eGlue< T1, T2, eglue_type >::elem_type |
Definition at line 26 of file eGlue_proto.hpp.
typedef get_pod_type<elem_type>::result eGlue< T1, T2, eglue_type >::pod_type |
Definition at line 27 of file eGlue_proto.hpp.
const Proxy<T1> eGlue< T1, T2, eglue_type >::P1 |
Definition at line 29 of file eGlue_proto.hpp.
Referenced by eglue_core< eglue_type >::apply_inplace_div(), eglue_core< eglue_type >::apply_inplace_minus(), eglue_core< eglue_type >::apply_inplace_plus(), eglue_core< eglue_type >::apply_inplace_schur(), eglue_core< eglue_type >::apply_proxy(), eglue_core< eglue_type >::apply_unwrap(), eGlue< T1, T2, eglue_type >::eGlue(), and eglue_core< eglue_type >::get_elem().
const Proxy<T2> eGlue< T1, T2, eglue_type >::P2 |
Definition at line 30 of file eGlue_proto.hpp.
Referenced by eglue_core< eglue_type >::apply_inplace_div(), eglue_core< eglue_type >::apply_inplace_minus(), eglue_core< eglue_type >::apply_inplace_plus(), eglue_core< eglue_type >::apply_inplace_schur(), eglue_core< eglue_type >::apply_proxy(), eglue_core< eglue_type >::apply_unwrap(), eGlue< T1, T2, eglue_type >::eGlue(), and eglue_core< eglue_type >::get_elem().