#include <diagmat_proxy.hpp>
Public Types | |
typedef eT | elem_type |
typedef get_pod_type < elem_type >::result | pod_type |
Public Member Functions | |
diagmat_proxy_check (const Col< eT > &X, const Mat< eT > &out) | |
~diagmat_proxy_check () | |
arma_inline elem_type | operator[] (const u32 i) const |
arma_inline elem_type | at (const u32 row, const u32 col) const |
Public Attributes | |
const Col< eT > * | P_local |
const Col< eT > & | P |
const bool | P_is_vec |
const u32 | n_elem |
Definition at line 252 of file diagmat_proxy.hpp.
typedef eT diagmat_proxy_check< Col< eT > >::elem_type |
Definition at line 256 of file diagmat_proxy.hpp.
typedef get_pod_type<elem_type>::result diagmat_proxy_check< Col< eT > >::pod_type |
Definition at line 257 of file diagmat_proxy.hpp.
diagmat_proxy_check< Col< eT > >::diagmat_proxy_check | ( | const Col< eT > & | X, | |
const Mat< eT > & | out | |||
) | [inline] |
diagmat_proxy_check< Col< eT > >::~diagmat_proxy_check | ( | ) | [inline] |
Definition at line 269 of file diagmat_proxy.hpp.
arma_inline elem_type diagmat_proxy_check< Col< eT > >::operator[] | ( | const u32 | i | ) | const [inline] |
Definition at line 278 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< Col< eT > >::at | ( | const u32 | row, | |
const u32 | col | |||
) | const [inline] |
Definition at line 279 of file diagmat_proxy.hpp.
References Mat< eT >::at(), diagmat_proxy_check< T1 >::P, and diagmat_proxy_check< T1 >::P_is_vec.
const Col<eT>* diagmat_proxy_check< Col< eT > >::P_local |
Definition at line 282 of file diagmat_proxy.hpp.
const Col<eT>& diagmat_proxy_check< Col< eT > >::P |
Definition at line 283 of file diagmat_proxy.hpp.
const bool diagmat_proxy_check< Col< eT > >::P_is_vec |
Definition at line 284 of file diagmat_proxy.hpp.
const u32 diagmat_proxy_check< Col< eT > >::n_elem |
Definition at line 285 of file diagmat_proxy.hpp.