$search
Classes | |
class | Gen< eT, gen_type > |
support class for generator functions (eg. zeros, randu, randn, ...) More... | |
Functions | |
void | GenCube::apply (Cube< eT > &out) const |
void | Gen::apply (Mat< eT > &out) const |
void | GenCube::apply_inplace_div (Cube< eT > &out) const |
void | Gen::apply_inplace_div (Mat< eT > &out) const |
void | GenCube::apply_inplace_minus (Cube< eT > &out) const |
void | Gen::apply_inplace_minus (Mat< eT > &out) const |
void | GenCube::apply_inplace_plus (Cube< eT > &out) const |
void | Gen::apply_inplace_plus (Mat< eT > &out) const |
void | GenCube::apply_inplace_schur (Cube< eT > &out) const |
void | Gen::apply_inplace_schur (Mat< eT > &out) const |
arma_inline eT | GenCube::at (const uword row, const uword col, const uword slice) const |
arma_inline eT | Gen::at (const uword row, const uword col) const |
arma_inline | Gen::Gen (const uword in_n_rows, const uword in_n_cols) |
arma_inline | GenCube::GenCube (const uword in_n_rows, const uword in_n_cols, const uword in_n_slices) |
static arma_inline eT | GenCube::generate () |
static arma_inline eT | Gen::generate () |
arma_inline eT | GenCube::operator[] (const uword i) const |
arma_inline eT | Gen::operator[] (const uword i) const |
arma_inline | Gen::~Gen () |
arma_inline | GenCube::~GenCube () |
void GenCube< eT, gen_type >::apply | ( | Cube< eT > & | out | ) | const [inline, inherited] |
Definition at line 77 of file GenCube_meat.hpp.
void Gen< eT, gen_type >::apply | ( | Mat< eT > & | out | ) | const [inline, inherited] |
Definition at line 90 of file Gen_meat.hpp.
void GenCube< eT, gen_type >::apply_inplace_div | ( | Cube< eT > & | out | ) | const [inline, inherited] |
Definition at line 194 of file GenCube_meat.hpp.
void Gen< eT, gen_type >::apply_inplace_div | ( | Mat< eT > & | out | ) | const [inline, inherited] |
Definition at line 248 of file Gen_meat.hpp.
void GenCube< eT, gen_type >::apply_inplace_minus | ( | Cube< eT > & | out | ) | const [inline, inherited] |
Definition at line 128 of file GenCube_meat.hpp.
void Gen< eT, gen_type >::apply_inplace_minus | ( | Mat< eT > & | out | ) | const [inline, inherited] |
Definition at line 155 of file Gen_meat.hpp.
void GenCube< eT, gen_type >::apply_inplace_plus | ( | Cube< eT > & | out | ) | const [inline, inherited] |
Definition at line 95 of file GenCube_meat.hpp.
void Gen< eT, gen_type >::apply_inplace_plus | ( | Mat< eT > & | out | ) | const [inline, inherited] |
Definition at line 109 of file Gen_meat.hpp.
void GenCube< eT, gen_type >::apply_inplace_schur | ( | Cube< eT > & | out | ) | const [inline, inherited] |
Definition at line 161 of file GenCube_meat.hpp.
void Gen< eT, gen_type >::apply_inplace_schur | ( | Mat< eT > & | out | ) | const [inline, inherited] |
Definition at line 201 of file Gen_meat.hpp.
arma_inline eT GenCube< eT, gen_type >::at | ( | const uword | row, | |
const uword | col, | |||
const uword | slice | |||
) | const [inline, inherited] |
Definition at line 67 of file GenCube_meat.hpp.
arma_inline eT Gen< eT, gen_type >::at | ( | const uword | row, | |
const uword | col | |||
) | const [inline, inherited] |
Definition at line 73 of file Gen_meat.hpp.
arma_inline Gen< eT, gen_type >::Gen | ( | const uword | in_n_rows, | |
const uword | in_n_cols | |||
) | [inline, inherited] |
Definition at line 21 of file Gen_meat.hpp.
arma_inline GenCube< eT, gen_type >::GenCube | ( | const uword | in_n_rows, | |
const uword | in_n_cols, | |||
const uword | in_n_slices | |||
) | [inline, inherited] |
Definition at line 21 of file GenCube_meat.hpp.
arma_inline eT GenCube< eT, gen_type >::generate | ( | ) | [inline, static, inherited] |
Definition at line 43 of file GenCube_meat.hpp.
arma_inline eT Gen< eT, gen_type >::generate | ( | ) | [inline, static, inherited] |
Definition at line 42 of file Gen_meat.hpp.
arma_inline eT GenCube< eT, gen_type >::operator[] | ( | const uword | i | ) | const [inline, inherited] |
Definition at line 57 of file GenCube_meat.hpp.
arma_inline eT Gen< eT, gen_type >::operator[] | ( | const uword | i | ) | const [inline, inherited] |
Definition at line 56 of file Gen_meat.hpp.
arma_inline Gen< eT, gen_type >::~Gen | ( | ) | [inline, inherited] |
Definition at line 32 of file Gen_meat.hpp.
arma_inline GenCube< eT, gen_type >::~GenCube | ( | ) | [inline, inherited] |
Definition at line 33 of file GenCube_meat.hpp.