Public Types | Public Member Functions | Public Attributes | Static Public Attributes | List of all members
Proxy< Op< T1, op_type > > Class Template Reference

#include <Proxy.hpp>

Public Types

typedef const elem_typeea_type
 
typedef T1::elem_type elem_type
 
typedef get_pod_type< elem_type >::result pod_type
 
typedef Mat< elem_typestored_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 Op< T1, op_type > &A)
 

Public Attributes

arma_aligned const Mat< elem_typeQ
 

Static Public Attributes

static const bool has_subview = false
 
static const bool prefer_at_accessor = false
 

Detailed Description

template<typename T1, typename op_type>
class Proxy< Op< T1, op_type > >

Definition at line 171 of file Proxy.hpp.

Member Typedef Documentation

template<typename T1 , typename op_type >
typedef const elem_type* Proxy< Op< T1, op_type > >::ea_type

Definition at line 178 of file Proxy.hpp.

template<typename T1 , typename op_type >
typedef T1::elem_type Proxy< Op< T1, op_type > >::elem_type

Definition at line 175 of file Proxy.hpp.

template<typename T1 , typename op_type >
typedef get_pod_type<elem_type>::result Proxy< Op< T1, op_type > >::pod_type

Definition at line 176 of file Proxy.hpp.

template<typename T1 , typename op_type >
typedef Mat<elem_type> Proxy< Op< T1, op_type > >::stored_type

Definition at line 177 of file Proxy.hpp.

Constructor & Destructor Documentation

template<typename T1 , typename op_type >
Proxy< Op< T1, op_type > >::Proxy ( const Op< T1, op_type > &  A)
inlineexplicit

Definition at line 185 of file Proxy.hpp.

Member Function Documentation

template<typename T1 , typename op_type >
arma_inline elem_type Proxy< Op< T1, op_type > >::at ( const uword  row,
const uword  col 
) const
inline

Definition at line 196 of file Proxy.hpp.

template<typename T1 , typename op_type >
arma_inline ea_type Proxy< Op< T1, op_type > >::get_ea ( ) const
inline

Definition at line 198 of file Proxy.hpp.

template<typename T1 , typename op_type >
arma_inline uword Proxy< Op< T1, op_type > >::get_n_cols ( ) const
inline

Definition at line 192 of file Proxy.hpp.

template<typename T1 , typename op_type >
arma_inline uword Proxy< Op< T1, op_type > >::get_n_elem ( ) const
inline

Definition at line 193 of file Proxy.hpp.

template<typename T1 , typename op_type >
arma_inline uword Proxy< Op< T1, op_type > >::get_n_rows ( ) const
inline

Definition at line 191 of file Proxy.hpp.

template<typename T1 , typename op_type >
arma_inline bool Proxy< Op< T1, op_type > >::is_alias ( const Mat< elem_type > &  ) const
inline

Definition at line 199 of file Proxy.hpp.

template<typename T1 , typename op_type >
arma_inline elem_type Proxy< Op< T1, op_type > >::operator[] ( const uword  i) const
inline

Definition at line 195 of file Proxy.hpp.

Member Data Documentation

template<typename T1 , typename op_type >
const bool Proxy< Op< T1, op_type > >::has_subview = false
static

Definition at line 181 of file Proxy.hpp.

template<typename T1 , typename op_type >
const bool Proxy< Op< T1, op_type > >::prefer_at_accessor = false
static

Definition at line 180 of file Proxy.hpp.

template<typename T1 , typename op_type >
arma_aligned const Mat<elem_type> Proxy< Op< T1, op_type > >::Q

Definition at line 183 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