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

#include <Proxy.hpp>

Public Types

typedef const diagview< eT > & ea_type
 
typedef eT elem_type
 
typedef get_pod_type< elem_type >::result pod_type
 
typedef diagview< 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 diagview< eT > &A)
 

Public Attributes

arma_aligned const diagview< eT > & Q
 

Static Public Attributes

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

Detailed Description

template<typename eT>
class Proxy< diagview< eT > >

Definition at line 307 of file Proxy.hpp.

Member Typedef Documentation

template<typename eT >
typedef const diagview<eT>& Proxy< diagview< eT > >::ea_type

Definition at line 314 of file Proxy.hpp.

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

Definition at line 311 of file Proxy.hpp.

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

Definition at line 312 of file Proxy.hpp.

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

Definition at line 313 of file Proxy.hpp.

Constructor & Destructor Documentation

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

Definition at line 321 of file Proxy.hpp.

Member Function Documentation

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

Definition at line 332 of file Proxy.hpp.

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

Definition at line 334 of file Proxy.hpp.

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

Definition at line 328 of file Proxy.hpp.

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

Definition at line 329 of file Proxy.hpp.

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

Definition at line 327 of file Proxy.hpp.

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

Definition at line 335 of file Proxy.hpp.

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

Definition at line 331 of file Proxy.hpp.

Member Data Documentation

template<typename eT >
const bool Proxy< diagview< eT > >::has_subview = true
static

Definition at line 317 of file Proxy.hpp.

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

Definition at line 316 of file Proxy.hpp.

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

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