Public Types | Public Member Functions | Public Attributes | Static Public Attributes | List of all members
Proxy< Mat< 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 Mat< 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 Mat< eT > &A)
 

Public Attributes

arma_aligned const Mat< 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< Mat< eT > >

Definition at line 35 of file Proxy.hpp.

Member Typedef Documentation

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

Definition at line 42 of file Proxy.hpp.

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

Definition at line 39 of file Proxy.hpp.

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

Definition at line 40 of file Proxy.hpp.

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

Definition at line 41 of file Proxy.hpp.

Constructor & Destructor Documentation

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

Definition at line 49 of file Proxy.hpp.

Member Function Documentation

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

Definition at line 60 of file Proxy.hpp.

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

Definition at line 62 of file Proxy.hpp.

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

Definition at line 56 of file Proxy.hpp.

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

Definition at line 57 of file Proxy.hpp.

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

Definition at line 55 of file Proxy.hpp.

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

Definition at line 63 of file Proxy.hpp.

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

Definition at line 59 of file Proxy.hpp.

Member Data Documentation

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

Definition at line 45 of file Proxy.hpp.

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

Definition at line 44 of file Proxy.hpp.

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

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