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

#include <Proxy.hpp>

Public Types

typedef const eT * ea_type
 
typedef eT elem_type
 
typedef get_pod_type< elem_type >::result pod_type
 
typedef Col< eT > 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< eT > &X) const
 
arma_inline elem_type operator[] (const uword i) const
 
 Proxy (const Col< eT > &A)
 

Public Attributes

arma_aligned const Col< eT > & Q
 

Static Public Attributes

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

Detailed Description

template<typename eT>
class Proxy< Col< eT > >

Definition at line 69 of file Proxy.hpp.

Member Typedef Documentation

template<typename eT >
typedef const eT* Proxy< Col< eT > >::ea_type

Definition at line 76 of file Proxy.hpp.

template<typename eT >
typedef eT Proxy< Col< eT > >::elem_type

Definition at line 73 of file Proxy.hpp.

template<typename eT >
typedef get_pod_type<elem_type>::result Proxy< Col< eT > >::pod_type

Definition at line 74 of file Proxy.hpp.

template<typename eT >
typedef Col<eT> Proxy< Col< eT > >::stored_type

Definition at line 75 of file Proxy.hpp.

Constructor & Destructor Documentation

template<typename eT >
Proxy< Col< eT > >::Proxy ( const Col< eT > &  A)
inlineexplicit

Definition at line 83 of file Proxy.hpp.

Member Function Documentation

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

Definition at line 94 of file Proxy.hpp.

template<typename eT >
arma_inline ea_type Proxy< Col< eT > >::get_ea ( ) const
inline

Definition at line 96 of file Proxy.hpp.

template<typename eT >
arma_inline uword Proxy< Col< eT > >::get_n_cols ( ) const
inline

Definition at line 90 of file Proxy.hpp.

template<typename eT >
arma_inline uword Proxy< Col< eT > >::get_n_elem ( ) const
inline

Definition at line 91 of file Proxy.hpp.

template<typename eT >
arma_inline uword Proxy< Col< eT > >::get_n_rows ( ) const
inline

Definition at line 89 of file Proxy.hpp.

template<typename eT >
arma_inline bool Proxy< Col< eT > >::is_alias ( const Mat< eT > &  X) const
inline

Definition at line 97 of file Proxy.hpp.

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

Definition at line 93 of file Proxy.hpp.

Member Data Documentation

template<typename eT >
const bool Proxy< Col< eT > >::has_subview = false
static

Definition at line 79 of file Proxy.hpp.

template<typename eT >
const bool Proxy< Col< eT > >::prefer_at_accessor = false
static

Definition at line 78 of file Proxy.hpp.

template<typename eT >
arma_aligned const Col<eT>& Proxy< Col< eT > >::Q

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