$search
Classes | |
class | eGlue< T1, T2, eglue_type > |
Functions | |
arma_inline elem_type | eGlue::at (const uword row, const uword col) const |
arma_inline | eGlue::eGlue (const T1 &in_A, const T2 &in_B) |
arma_inline uword | eGlue::get_n_cols () const |
arma_inline uword | eGlue::get_n_elem () const |
arma_inline uword | eGlue::get_n_rows () const |
arma_inline elem_type | eGlue::operator[] (const uword i) const |
arma_inline | eGlue::~eGlue () |
arma_inline T1::elem_type eGlue< T1, T2, eglue_type >::at | ( | const uword | row, | |
const uword | col | |||
) | const [inline, inherited] |
Definition at line 96 of file eGlue_meat.hpp.
arma_inline eGlue< T1, T2, eglue_type >::eGlue | ( | const T1 & | in_A, | |
const T2 & | in_B | |||
) | [inline, inherited] |
Definition at line 30 of file eGlue_meat.hpp.
arma_inline uword eGlue< T1, T2, eglue_type >::get_n_cols | ( | ) | const [inline, inherited] |
Definition at line 60 of file eGlue_meat.hpp.
arma_inline uword eGlue< T1, T2, eglue_type >::get_n_elem | ( | ) | const [inline, inherited] |
Definition at line 70 of file eGlue_meat.hpp.
arma_inline uword eGlue< T1, T2, eglue_type >::get_n_rows | ( | ) | const [inline, inherited] |
Definition at line 50 of file eGlue_meat.hpp.
arma_inline T1::elem_type eGlue< T1, T2, eglue_type >::operator[] | ( | const uword | i | ) | const [inline, inherited] |
Definition at line 80 of file eGlue_meat.hpp.
arma_inline eGlue< T1, T2, eglue_type >::~eGlue | ( | ) | [inline, inherited] |
Definition at line 21 of file eGlue_meat.hpp.