Public Types | Public Member Functions | Public Attributes | Static Public Attributes | List of all members
eOp< T1, eop_type > Class Template Reference

#include <eOp_bones.hpp>

Inheritance diagram for eOp< T1, eop_type >:
Inheritance graph
[legend]

Public Types

typedef T1::elem_type elem_type
 
typedef get_pod_type< elem_type >::result pod_type
 
typedef Proxy< T1 > proxy_type
 

Public Member Functions

arma_inline elem_type at (const uword row, const uword col) const
 
 eOp (const Base< typename T1::elem_type, T1 > &in_m)
 
 eOp (const Base< typename T1::elem_type, T1 > &in_m, const elem_type in_aux)
 
 eOp (const Base< typename T1::elem_type, T1 > &in_m, const uword in_aux_uword_a, const uword in_aux_uword_b)
 
 eOp (const Base< typename T1::elem_type, T1 > &in_m, const elem_type in_aux, const uword in_aux_uword_a, const uword in_aux_uword_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
 
 ~eOp ()
 
- Public Member Functions inherited from Base< T1::elem_type, eOp< T1, eop_type > >
arma_inline const eOp< T1, eop_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< eOp< T1, eop_type >, op_stransst () const
 
arma_inline const Op< eOp< T1, eop_type >, op_htranst () const
 

Public Attributes

arma_aligned elem_type aux
 storage of auxiliary data, user defined format More...
 
arma_aligned uword aux_uword_a
 storage of auxiliary data, uword format More...
 
arma_aligned uword aux_uword_b
 storage of auxiliary data, uword format More...
 
arma_aligned const Proxy< T1 > P
 

Static Public Attributes

static const bool has_subview = Proxy<T1>::has_subview
 
static const bool prefer_at_accessor = Proxy<T1>::prefer_at_accessor
 

Detailed Description

template<typename T1, typename eop_type>
class eOp< T1, eop_type >

Definition at line 20 of file eOp_bones.hpp.

Member Typedef Documentation

template<typename T1, typename eop_type>
typedef T1::elem_type eOp< T1, eop_type >::elem_type

Definition at line 24 of file eOp_bones.hpp.

template<typename T1, typename eop_type>
typedef get_pod_type<elem_type>::result eOp< T1, eop_type >::pod_type

Definition at line 25 of file eOp_bones.hpp.

template<typename T1, typename eop_type>
typedef Proxy<T1> eOp< T1, eop_type >::proxy_type

Definition at line 26 of file eOp_bones.hpp.

Member Data Documentation

template<typename T1, typename eop_type>
arma_aligned elem_type eOp< T1, eop_type >::aux

storage of auxiliary data, user defined format

Definition at line 32 of file eOp_bones.hpp.

template<typename T1, typename eop_type>
arma_aligned uword eOp< T1, eop_type >::aux_uword_a

storage of auxiliary data, uword format

Definition at line 33 of file eOp_bones.hpp.

template<typename T1, typename eop_type>
arma_aligned uword eOp< T1, eop_type >::aux_uword_b

storage of auxiliary data, uword format

Definition at line 34 of file eOp_bones.hpp.

template<typename T1, typename eop_type>
const bool eOp< T1, eop_type >::has_subview = Proxy<T1>::has_subview
static

Definition at line 29 of file eOp_bones.hpp.

template<typename T1, typename eop_type>
arma_aligned const Proxy<T1> eOp< T1, eop_type >::P

Definition at line 31 of file eOp_bones.hpp.

template<typename T1, typename eop_type>
const bool eOp< T1, eop_type >::prefer_at_accessor = Proxy<T1>::prefer_at_accessor
static

Definition at line 28 of file eOp_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