#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 (const Base< typename T1::elem_type, T1 > &X) | |
arma_inline elem_type | operator[] (const u32 i) const |
arma_inline elem_type | at (const u32 row, const u32 col) const |
Public Attributes | |
const Proxy< T1 > | P |
const bool | P_is_vec |
const u32 | n_elem |
Definition at line 23 of file diagmat_proxy.hpp.
typedef T1::elem_type diagmat_proxy< T1 >::elem_type |
Definition at line 27 of file diagmat_proxy.hpp.
typedef get_pod_type<elem_type>::result diagmat_proxy< T1 >::pod_type |
Definition at line 28 of file diagmat_proxy.hpp.
diagmat_proxy< T1 >::diagmat_proxy | ( | const Base< typename T1::elem_type, T1 > & | X | ) | [inline] |
Definition at line 30 of file diagmat_proxy.hpp.
References diagmat_proxy< T1 >::P, and diagmat_proxy< T1 >::P_is_vec.
arma_inline elem_type diagmat_proxy< T1 >::operator[] | ( | const u32 | i | ) | const [inline] |
Definition at line 41 of file diagmat_proxy.hpp.
References diagmat_proxy< T1 >::P, and diagmat_proxy< T1 >::P_is_vec.
arma_inline elem_type diagmat_proxy< T1 >::at | ( | const u32 | row, | |
const u32 | col | |||
) | const [inline] |
Definition at line 42 of file diagmat_proxy.hpp.
References diagmat_proxy< T1 >::P, and diagmat_proxy< T1 >::P_is_vec.
const Proxy<T1> diagmat_proxy< T1 >::P |
Definition at line 45 of file diagmat_proxy.hpp.
Referenced by diagmat_proxy< Col< eT > >::at(), diagmat_proxy< Row< eT > >::at(), diagmat_proxy< Mat< eT > >::at(), diagmat_proxy< T1 >::at(), diagmat_proxy< Mat< eT > >::diagmat_proxy(), diagmat_proxy< T1 >::diagmat_proxy(), diagmat_proxy< Col< eT > >::operator[](), diagmat_proxy< Row< eT > >::operator[](), diagmat_proxy< Mat< eT > >::operator[](), and diagmat_proxy< T1 >::operator[]().
const bool diagmat_proxy< T1 >::P_is_vec |
Definition at line 46 of file diagmat_proxy.hpp.
Referenced by diagmat_proxy< Col< eT > >::at(), diagmat_proxy< Row< eT > >::at(), diagmat_proxy< Mat< eT > >::at(), diagmat_proxy< T1 >::at(), diagmat_proxy< Mat< eT > >::diagmat_proxy(), diagmat_proxy< T1 >::diagmat_proxy(), diagmat_proxy< Col< eT > >::operator[](), diagmat_proxy< Row< eT > >::operator[](), diagmat_proxy< Mat< eT > >::operator[](), and diagmat_proxy< T1 >::operator[]().
const u32 diagmat_proxy< T1 >::n_elem |
Definition at line 47 of file diagmat_proxy.hpp.
Referenced by det(), log_det(), operator*(), and trace().