Public Types | Public Member Functions | Public Attributes | Static Public Attributes | List of all members
eGlue< T1, T2, eglue_type > Class Template Reference

#include <eGlue_bones.hpp>

Inheritance diagram for eGlue< T1, T2, eglue_type >:
Inheritance graph
[legend]

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 Member Functions inherited from Base< T1::elem_type, eGlue< T1, T2, eglue_type > >
arma_inline const eGlue< T1, T2, eglue_type > & get_ref () const
 
void print (const std::string extra_text="") const
 
void print (std::ostream &user_stream, const std::string extra_text="") const
 
arma_deprecated void print_trans (const std::string extra_text="") const
 
arma_deprecated void print_trans (std::ostream &user_stream, const std::string extra_text="") const
 
void raw_print (const std::string extra_text="") const
 
void raw_print (std::ostream &user_stream, const std::string extra_text="") const
 
arma_deprecated void raw_print_trans (const std::string extra_text="") const
 
arma_deprecated void raw_print_trans (std::ostream &user_stream, const std::string extra_text="") const
 
arma_inline const Op< eGlue< T1, T2, eglue_type >, op_stransst () const
 
arma_inline const Op< eGlue< T1, T2, eglue_type >, op_htranst () const
 

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)
 

Detailed Description

template<typename T1, typename T2, typename eglue_type>
class eGlue< T1, T2, eglue_type >

Definition at line 19 of file eGlue_bones.hpp.

Member Typedef Documentation

template<typename T1, typename T2, typename eglue_type>
typedef T1::elem_type eGlue< T1, T2, eglue_type >::elem_type

Definition at line 23 of file eGlue_bones.hpp.

template<typename T1, typename T2, typename eglue_type>
typedef get_pod_type<elem_type>::result eGlue< T1, T2, eglue_type >::pod_type

Definition at line 24 of file eGlue_bones.hpp.

Member Data Documentation

template<typename T1, typename T2, typename eglue_type>
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.

template<typename T1, typename T2, typename eglue_type>
arma_aligned const Proxy<T1> eGlue< T1, T2, eglue_type >::P1

Definition at line 29 of file eGlue_bones.hpp.

template<typename T1, typename T2, typename eglue_type>
arma_aligned const Proxy<T2> eGlue< T1, T2, eglue_type >::P2

Definition at line 30 of file eGlue_bones.hpp.

template<typename T1, typename T2, typename eglue_type>
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.


The documentation for this class was generated from the following files:


armadillo_matrix
Author(s):
autogenerated on Fri Apr 16 2021 02:32:00