#include <diagmat_proxy.hpp>
Public Types | |
typedef T1::elem_type | elem_type |
typedef get_pod_type < elem_type >::result | pod_type |
Public Member Functions | |
diagmat_proxy_check (const Base< typename T1::elem_type, T1 > &X, const Mat< typename T1::elem_type > &out) | |
arma_inline elem_type | operator[] (const u32 i) const |
arma_inline elem_type | at (const u32 row, const u32 col) const |
Public Attributes | |
const Mat< elem_type > | P |
const bool | P_is_vec |
const u32 | n_elem |
Definition at line 140 of file diagmat_proxy.hpp.
typedef T1::elem_type diagmat_proxy_check< T1 >::elem_type |
Definition at line 144 of file diagmat_proxy.hpp.
typedef get_pod_type<elem_type>::result diagmat_proxy_check< T1 >::pod_type |
Definition at line 145 of file diagmat_proxy.hpp.
diagmat_proxy_check< T1 >::diagmat_proxy_check | ( | const Base< typename T1::elem_type, T1 > & | X, | |
const Mat< typename T1::elem_type > & | out | |||
) | [inline] |
Definition at line 147 of file diagmat_proxy.hpp.
References Mat< eT >::n_cols, Mat< eT >::n_rows, diagmat_proxy_check< T1 >::P, and diagmat_proxy_check< T1 >::P_is_vec.
arma_inline elem_type diagmat_proxy_check< T1 >::operator[] | ( | const u32 | i | ) | const [inline] |
Definition at line 157 of file diagmat_proxy.hpp.
References Mat< eT >::at(), diagmat_proxy_check< T1 >::P, and diagmat_proxy_check< T1 >::P_is_vec.
arma_inline elem_type diagmat_proxy_check< T1 >::at | ( | const u32 | row, | |
const u32 | col | |||
) | const [inline] |
Definition at line 158 of file diagmat_proxy.hpp.
References Mat< eT >::at(), diagmat_proxy_check< T1 >::P, and diagmat_proxy_check< T1 >::P_is_vec.
const Mat<elem_type> diagmat_proxy_check< T1 >::P |
Definition at line 161 of file diagmat_proxy.hpp.
Referenced by diagmat_proxy_check< Col< eT > >::at(), diagmat_proxy_check< Row< eT > >::at(), diagmat_proxy_check< Mat< eT > >::at(), diagmat_proxy_check< T1 >::at(), diagmat_proxy_check< Mat< eT > >::diagmat_proxy_check(), diagmat_proxy_check< T1 >::diagmat_proxy_check(), diagmat_proxy_check< Col< eT > >::operator[](), diagmat_proxy_check< Row< eT > >::operator[](), diagmat_proxy_check< Mat< eT > >::operator[](), and diagmat_proxy_check< T1 >::operator[]().
const bool diagmat_proxy_check< T1 >::P_is_vec |
Definition at line 162 of file diagmat_proxy.hpp.
Referenced by diagmat_proxy_check< Col< eT > >::at(), diagmat_proxy_check< Row< eT > >::at(), diagmat_proxy_check< Mat< eT > >::at(), diagmat_proxy_check< T1 >::at(), diagmat_proxy_check< Mat< eT > >::diagmat_proxy_check(), diagmat_proxy_check< T1 >::diagmat_proxy_check(), diagmat_proxy_check< Col< eT > >::operator[](), diagmat_proxy_check< Row< eT > >::operator[](), diagmat_proxy_check< Mat< eT > >::operator[](), and diagmat_proxy_check< T1 >::operator[]().
const u32 diagmat_proxy_check< T1 >::n_elem |
Definition at line 163 of file diagmat_proxy.hpp.
Referenced by glue_times_diag::apply().