#include <diagmat_proxy.hpp>
Public Types | |
typedef eT | elem_type |
typedef get_pod_type < elem_type >::result | pod_type |
Public Member Functions | |
diagmat_proxy (const Row< eT > &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 Row< eT > & | P |
const bool | P_is_vec |
const u32 | n_elem |
Definition at line 82 of file diagmat_proxy.hpp.
typedef eT diagmat_proxy< Row< eT > >::elem_type |
Definition at line 86 of file diagmat_proxy.hpp.
typedef get_pod_type<elem_type>::result diagmat_proxy< Row< eT > >::pod_type |
Definition at line 87 of file diagmat_proxy.hpp.
diagmat_proxy< Row< eT > >::diagmat_proxy | ( | const Row< eT > & | X | ) | [inline] |
arma_inline elem_type diagmat_proxy< Row< eT > >::operator[] | ( | const u32 | i | ) | const [inline] |
Definition at line 99 of file diagmat_proxy.hpp.
References diagmat_proxy< T1 >::P, and diagmat_proxy< T1 >::P_is_vec.
arma_inline elem_type diagmat_proxy< Row< eT > >::at | ( | const u32 | row, | |
const u32 | col | |||
) | const [inline] |
Definition at line 100 of file diagmat_proxy.hpp.
References diagmat_proxy< T1 >::P, and diagmat_proxy< T1 >::P_is_vec.
const Row<eT>& diagmat_proxy< Row< eT > >::P |
Definition at line 103 of file diagmat_proxy.hpp.
const bool diagmat_proxy< Row< eT > >::P_is_vec |
Definition at line 104 of file diagmat_proxy.hpp.
const u32 diagmat_proxy< Row< eT > >::n_elem |
Definition at line 105 of file diagmat_proxy.hpp.