| arma_inline oT & subview_field< oT >::at | ( | const uword | row, |
| const uword | col | ||
| ) |
Definition at line 229 of file subview_field_meat.hpp.
| arma_inline const oT & subview_field< oT >::at | ( | const uword | row, |
| const uword | col | ||
| ) | const |
Definition at line 245 of file subview_field_meat.hpp.
| bool subview_field< oT >::check_overlap | ( | const subview_field< oT > & | x | ) | const [inline] |
Definition at line 259 of file subview_field_meat.hpp.
| void subview_field< oT >::extract | ( | field< oT > & | out, |
| const subview_field< oT > & | in | ||
| ) | [inline, static] |
X = Y.subfield(...)
Definition at line 303 of file subview_field_meat.hpp.
| arma_inline oT & subview_field< oT >::operator() | ( | const uword | i | ) |
Definition at line 165 of file subview_field_meat.hpp.
| arma_inline const oT & subview_field< oT >::operator() | ( | const uword | i | ) | const |
Definition at line 183 of file subview_field_meat.hpp.
| arma_inline oT & subview_field< oT >::operator() | ( | const uword | row, |
| const uword | col | ||
| ) |
Definition at line 200 of file subview_field_meat.hpp.
| arma_inline const oT & subview_field< oT >::operator() | ( | const uword | row, |
| const uword | col | ||
| ) | const |
Definition at line 215 of file subview_field_meat.hpp.
| void subview_field< oT >::operator= | ( | const field< oT > & | x | ) | [inline] |
Definition at line 76 of file subview_field_meat.hpp.
| void subview_field< oT >::operator= | ( | const subview_field< oT > & | x | ) | [inline] |
x.subfield(...) = y.subfield(...)
Definition at line 99 of file subview_field_meat.hpp.
| arma_inline oT & subview_field< oT >::operator[] | ( | const uword | i | ) |
Definition at line 133 of file subview_field_meat.hpp.
| arma_inline const oT & subview_field< oT >::operator[] | ( | const uword | i | ) | const |
Definition at line 150 of file subview_field_meat.hpp.
| arma_inline subview_field< oT >::subview_field | ( | const field< oT > & | in_f, |
| const uword | in_row1, | ||
| const uword | in_col1, | ||
| const uword | in_n_rows, | ||
| const uword | in_n_cols | ||
| ) | [protected] |
Definition at line 30 of file subview_field_meat.hpp.
| arma_inline subview_field< oT >::subview_field | ( | field< oT > & | in_f, |
| const uword | in_row1, | ||
| const uword | in_col1, | ||
| const uword | in_n_rows, | ||
| const uword | in_n_cols | ||
| ) | [protected] |
Definition at line 53 of file subview_field_meat.hpp.
| subview_field< oT >::~subview_field | ( | ) | [inline] |
Definition at line 20 of file subview_field_meat.hpp.