|
| arma_inline oT & | subview_field< oT >::at (const uword row, const uword col) |
| |
| arma_inline const oT & | subview_field< oT >::at (const uword row, const uword col) const |
| |
| bool | subview_field< oT >::check_overlap (const subview_field &x) const |
| |
| static void | subview_field< oT >::extract (field< oT > &out, const subview_field &in) |
| | X = Y.subfield(...) More...
|
| |
| arma_inline oT & | subview_field< oT >::operator() (const uword i) |
| |
| arma_inline const oT & | subview_field< oT >::operator() (const uword i) const |
| |
| arma_inline oT & | subview_field< oT >::operator() (const uword row, const uword col) |
| |
| arma_inline const oT & | subview_field< oT >::operator() (const uword row, const uword col) const |
| |
| void | subview_field< oT >::operator= (const field< oT > &x) |
| |
| void | subview_field< oT >::operator= (const subview_field &x) |
| | x.subfield(...) = y.subfield(...) More...
|
| |
| arma_inline oT & | subview_field< oT >::operator[] (const uword i) |
| |
| arma_inline const oT & | subview_field< oT >::operator[] (const uword i) const |
| |
| 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) |
| |
| 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) |
| |
| | subview_field< oT >::~subview_field () |
| |