$search
Classes | |
class | subview_field< oT > |
Functions | |
arma_inline const oT & | subview_field::at (const uword row, const uword col) const |
arma_inline oT & | subview_field::at (const uword row, const uword col) |
bool | subview_field::check_overlap (const subview_field &x) const |
static void | subview_field::extract (field< oT > &out, const subview_field &in) |
X = Y.subfield(...). | |
arma_inline const oT & | subview_field::operator() (const uword row, const uword col) const |
arma_inline oT & | subview_field::operator() (const uword row, const uword col) |
arma_inline const oT & | subview_field::operator() (const uword i) const |
arma_inline oT & | subview_field::operator() (const uword i) |
void | subview_field::operator= (const subview_field &x) |
x.subfield(...) = y.subfield(...) | |
void | subview_field::operator= (const field< oT > &x) |
arma_inline const oT & | subview_field::operator[] (const uword i) const |
arma_inline oT & | subview_field::operator[] (const uword i) |
arma_inline | subview_field::subview_field (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::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) |
subview_field::~subview_field () |
arma_inline const oT & subview_field< oT >::at | ( | const uword | row, | |
const uword | col | |||
) | const [inline, inherited] |
Definition at line 245 of file subview_field_meat.hpp.
arma_inline oT & subview_field< oT >::at | ( | const uword | row, | |
const uword | col | |||
) | [inline, inherited] |
Definition at line 229 of file subview_field_meat.hpp.
bool subview_field< oT >::check_overlap | ( | const subview_field< oT > & | x | ) | const [inline, inherited] |
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, inherited] |
X = Y.subfield(...).
Definition at line 303 of file subview_field_meat.hpp.
arma_inline const oT & subview_field< oT >::operator() | ( | const uword | row, | |
const uword | col | |||
) | const [inline, inherited] |
Definition at line 215 of file subview_field_meat.hpp.
arma_inline oT & subview_field< oT >::operator() | ( | const uword | row, | |
const uword | col | |||
) | [inline, inherited] |
Definition at line 200 of file subview_field_meat.hpp.
arma_inline const oT & subview_field< oT >::operator() | ( | const uword | i | ) | const [inline, inherited] |
Definition at line 183 of file subview_field_meat.hpp.
arma_inline oT & subview_field< oT >::operator() | ( | const uword | i | ) | [inline, inherited] |
Definition at line 165 of file subview_field_meat.hpp.
void subview_field< oT >::operator= | ( | const subview_field< oT > & | x | ) | [inline, inherited] |
x.subfield(...) = y.subfield(...)
Definition at line 99 of file subview_field_meat.hpp.
void subview_field< oT >::operator= | ( | const field< oT > & | x | ) | [inline, inherited] |
Definition at line 76 of file subview_field_meat.hpp.
arma_inline const oT & subview_field< oT >::operator[] | ( | const uword | i | ) | const [inline, inherited] |
Definition at line 150 of file subview_field_meat.hpp.
arma_inline oT & subview_field< oT >::operator[] | ( | const uword | i | ) | [inline, inherited] |
Definition at line 133 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 | |||
) | [inline, protected, inherited] |
Definition at line 53 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 | |||
) | [inline, protected, inherited] |
Definition at line 30 of file subview_field_meat.hpp.
subview_field< oT >::~subview_field | ( | ) | [inline, inherited] |
Definition at line 20 of file subview_field_meat.hpp.