Public Types | Public Member Functions | Public Attributes | Static Public Attributes | List of all members
Proxy< Gen< eT, gen_type > > Class Template Reference

#include <Proxy.hpp>

Public Types

typedef const Gen< eT, gen_type > & ea_type
 
typedef eT elem_type
 
typedef get_pod_type< elem_type >::result pod_type
 
typedef Gen< eT, gen_type > stored_type
 

Public Member Functions

arma_inline elem_type at (const uword row, const uword col) const
 
arma_inline ea_type get_ea () const
 
arma_inline uword get_n_cols () const
 
arma_inline uword get_n_elem () const
 
arma_inline uword get_n_rows () const
 
arma_inline bool is_alias (const Mat< elem_type > &) const
 
arma_inline elem_type operator[] (const uword i) const
 
 Proxy (const Gen< eT, gen_type > &A)
 

Public Attributes

arma_aligned const Gen< eT, gen_type > & Q
 

Static Public Attributes

static const bool has_subview = false
 
static const bool prefer_at_accessor = Gen<eT, gen_type>::prefer_at_accessor
 

Detailed Description

template<typename eT, typename gen_type>
class Proxy< Gen< eT, gen_type > >

Definition at line 137 of file Proxy.hpp.

Member Typedef Documentation

template<typename eT , typename gen_type >
typedef const Gen<eT, gen_type>& Proxy< Gen< eT, gen_type > >::ea_type

Definition at line 144 of file Proxy.hpp.

template<typename eT , typename gen_type >
typedef eT Proxy< Gen< eT, gen_type > >::elem_type

Definition at line 141 of file Proxy.hpp.

template<typename eT , typename gen_type >
typedef get_pod_type<elem_type>::result Proxy< Gen< eT, gen_type > >::pod_type

Definition at line 142 of file Proxy.hpp.

template<typename eT , typename gen_type >
typedef Gen<eT, gen_type> Proxy< Gen< eT, gen_type > >::stored_type

Definition at line 143 of file Proxy.hpp.

Constructor & Destructor Documentation

template<typename eT , typename gen_type >
Proxy< Gen< eT, gen_type > >::Proxy ( const Gen< eT, gen_type > &  A)
inlineexplicit

Definition at line 151 of file Proxy.hpp.

Member Function Documentation

template<typename eT , typename gen_type >
arma_inline elem_type Proxy< Gen< eT, gen_type > >::at ( const uword  row,
const uword  col 
) const
inline

Definition at line 162 of file Proxy.hpp.

template<typename eT , typename gen_type >
arma_inline ea_type Proxy< Gen< eT, gen_type > >::get_ea ( ) const
inline

Definition at line 164 of file Proxy.hpp.

template<typename eT , typename gen_type >
arma_inline uword Proxy< Gen< eT, gen_type > >::get_n_cols ( ) const
inline

Definition at line 158 of file Proxy.hpp.

template<typename eT , typename gen_type >
arma_inline uword Proxy< Gen< eT, gen_type > >::get_n_elem ( ) const
inline

Definition at line 159 of file Proxy.hpp.

template<typename eT , typename gen_type >
arma_inline uword Proxy< Gen< eT, gen_type > >::get_n_rows ( ) const
inline

Definition at line 157 of file Proxy.hpp.

template<typename eT , typename gen_type >
arma_inline bool Proxy< Gen< eT, gen_type > >::is_alias ( const Mat< elem_type > &  ) const
inline

Definition at line 165 of file Proxy.hpp.

template<typename eT , typename gen_type >
arma_inline elem_type Proxy< Gen< eT, gen_type > >::operator[] ( const uword  i) const
inline

Definition at line 161 of file Proxy.hpp.

Member Data Documentation

template<typename eT , typename gen_type >
const bool Proxy< Gen< eT, gen_type > >::has_subview = false
static

Definition at line 147 of file Proxy.hpp.

template<typename eT , typename gen_type >
const bool Proxy< Gen< eT, gen_type > >::prefer_at_accessor = Gen<eT, gen_type>::prefer_at_accessor
static

Definition at line 146 of file Proxy.hpp.

template<typename eT , typename gen_type >
arma_aligned const Gen<eT, gen_type>& Proxy< Gen< eT, gen_type > >::Q

Definition at line 149 of file Proxy.hpp.


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


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