$search
#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 |
Definition at line 301 of file diagmat_proxy.hpp.
| typedef eT diagmat_proxy_check< Col< eT > >::elem_type |
Definition at line 305 of file diagmat_proxy.hpp.
| typedef get_pod_type<elem_type>::result diagmat_proxy_check< Col< eT > >::pod_type |
Definition at line 306 of file diagmat_proxy.hpp.
| 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.
| diagmat_proxy_check< Col< eT > >::~diagmat_proxy_check | ( | ) | [inline] |
Definition at line 318 of file diagmat_proxy.hpp.
| 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.
| arma_inline elem_type diagmat_proxy_check< Col< eT > >::operator[] | ( | const uword | i | ) | const [inline] |
Definition at line 327 of file diagmat_proxy.hpp.
| const uword diagmat_proxy_check< Col< eT > >::n_elem |
Definition at line 334 of file diagmat_proxy.hpp.
| const Col<eT>& diagmat_proxy_check< Col< eT > >::P |
Definition at line 332 of file diagmat_proxy.hpp.
| const bool diagmat_proxy_check< Col< eT > >::P_is_vec |
Definition at line 333 of file diagmat_proxy.hpp.
| const Col<eT>* diagmat_proxy_check< Col< eT > >::P_local |
Definition at line 331 of file diagmat_proxy.hpp.