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

#include <diagmat_proxy.hpp>

Public Types

typedef eT elem_type
 
typedef get_pod_type< elem_type >::result pod_type
 

Public Member Functions

arma_inline elem_type at (const uword row, const uword col) const
 
 diagmat_proxy_check (const Col< eT > &X, const Mat< eT > &out)
 
arma_inline elem_type operator[] (const uword i) const
 
 ~diagmat_proxy_check ()
 

Public Attributes

const uword n_elem
 
const Col< eT > & P
 
const bool P_is_vec
 
const Col< eT > * P_local
 

Detailed Description

template<typename eT>
class diagmat_proxy_check< Col< eT > >

Definition at line 301 of file diagmat_proxy.hpp.

Member Typedef Documentation

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

Definition at line 305 of file diagmat_proxy.hpp.

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

Definition at line 306 of file diagmat_proxy.hpp.

Constructor & Destructor Documentation

template<typename eT >
diagmat_proxy_check< Col< eT > >::diagmat_proxy_check ( const Col< eT > &  X,
const Mat< eT > &  out 
)
inline

Definition at line 308 of file diagmat_proxy.hpp.

template<typename eT >
diagmat_proxy_check< Col< eT > >::~diagmat_proxy_check ( )
inline

Definition at line 318 of file diagmat_proxy.hpp.

Member Function Documentation

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

Definition at line 328 of file diagmat_proxy.hpp.

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

Definition at line 327 of file diagmat_proxy.hpp.

Member Data Documentation

template<typename eT >
const uword diagmat_proxy_check< Col< eT > >::n_elem

Definition at line 334 of file diagmat_proxy.hpp.

template<typename eT >
const Col<eT>& diagmat_proxy_check< Col< eT > >::P

Definition at line 332 of file diagmat_proxy.hpp.

template<typename eT >
const bool diagmat_proxy_check< Col< eT > >::P_is_vec

Definition at line 333 of file diagmat_proxy.hpp.

template<typename eT >
const Col<eT>* diagmat_proxy_check< Col< eT > >::P_local

Definition at line 331 of file diagmat_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:00