$search
Classes | |
class | podarray< eT > |
A lightweight array for POD types. If the amount of memory requested is small, the stack is used. More... | |
struct | podarray_prealloc_n_elem |
Functions | |
arma_hot void | podarray::copy_row (const Mat< eT > &A, const uword row) |
void | podarray::fill (const eT val) |
void | podarray::init (const uword new_n_elem) |
arma_inline const eT * | podarray::memptr () const |
arma_inline eT * | podarray::memptr () |
arma_inline eT & | podarray::operator() (const uword i) |
arma_inline eT | podarray::operator() (const uword i) const |
const podarray & | podarray::operator= (const podarray &x) |
arma_inline eT & | podarray::operator[] (const uword i) |
arma_inline eT | podarray::operator[] (const uword i) const |
arma_inline | podarray::podarray (const eT *X, const uword new_N) |
arma_inline | podarray::podarray (const uword new_N) |
podarray::podarray (const podarray &x) | |
podarray::podarray () | |
void | podarray::reset () |
void | podarray::set_size (const uword new_n_elem) |
void | podarray::zeros (const uword new_n_elem) |
void | podarray::zeros () |
podarray::~podarray () |
arma_hot void podarray< eT >::copy_row | ( | const Mat< eT > & | A, | |
const uword | row | |||
) | [inline, inherited] |
Definition at line 236 of file podarray_meat.hpp.
void podarray< eT >::fill | ( | const eT | val | ) | [inline, inherited] |
Definition at line 178 of file podarray_meat.hpp.
void podarray< eT >::init | ( | const uword | new_n_elem | ) | [inline, protected, inherited] |
Definition at line 295 of file podarray_meat.hpp.
arma_inline const eT * podarray< eT >::memptr | ( | ) | const [inline, inherited] |
Definition at line 225 of file podarray_meat.hpp.
arma_inline eT * podarray< eT >::memptr | ( | ) | [inline, inherited] |
Definition at line 215 of file podarray_meat.hpp.
arma_inline eT & podarray< eT >::operator() | ( | const uword | i | ) | [inline, inherited] |
Definition at line 143 of file podarray_meat.hpp.
arma_inline eT podarray< eT >::operator() | ( | const uword | i | ) | const [inline, inherited] |
Definition at line 132 of file podarray_meat.hpp.
const podarray< eT > & podarray< eT >::operator= | ( | const podarray< eT > & | x | ) | [inline, inherited] |
Definition at line 65 of file podarray_meat.hpp.
arma_inline eT & podarray< eT >::operator[] | ( | const uword | i | ) | [inline, inherited] |
Definition at line 122 of file podarray_meat.hpp.
arma_inline eT podarray< eT >::operator[] | ( | const uword | i | ) | const [inline, inherited] |
Definition at line 112 of file podarray_meat.hpp.
arma_inline podarray< eT >::podarray | ( | const eT * | X, | |
const uword | new_N | |||
) | [inline, explicit, inherited] |
Definition at line 96 of file podarray_meat.hpp.
arma_inline podarray< eT >::podarray | ( | const uword | new_N | ) | [inline, explicit, inherited] |
Definition at line 83 of file podarray_meat.hpp.
Definition at line 51 of file podarray_meat.hpp.
Definition at line 40 of file podarray_meat.hpp.
void podarray< eT >::reset | ( | ) | [inline, inherited] |
Definition at line 166 of file podarray_meat.hpp.
Definition at line 154 of file podarray_meat.hpp.
Definition at line 202 of file podarray_meat.hpp.
void podarray< eT >::zeros | ( | ) | [inline, inherited] |
Definition at line 190 of file podarray_meat.hpp.
Definition at line 20 of file podarray_meat.hpp.