|
arma_inline arma_warn_unused eT & | Row< eT >::fixed< fixed_n_elem >::at (const uword i) |
|
arma_inline arma_warn_unused eT | Row< eT >::fixed< fixed_n_elem >::at (const uword i) const |
|
arma_inline arma_warn_unused eT & | Row< eT >::fixed< fixed_n_elem >::at (const uword in_row, const uword in_col) |
|
arma_inline arma_warn_unused eT | Row< eT >::fixed< fixed_n_elem >::at (const uword in_row, const uword in_col) const |
|
row_iterator | Row< eT >::begin_row (const uword row_num) |
|
const_row_iterator | Row< eT >::begin_row (const uword row_num) const |
|
arma_inline eT & | Row< eT >::col (const uword col_num) |
|
arma_inline eT | Row< eT >::col (const uword col_num) const |
|
arma_inline subview_row< eT > | Row< eT >::cols (const uword in_col1, const uword in_col2) |
|
arma_inline const subview_row< eT > | Row< eT >::cols (const uword in_col1, const uword in_col2) const |
|
row_iterator | Row< eT >::end_row (const uword row_num) |
|
const_row_iterator | Row< eT >::end_row (const uword row_num) const |
|
arma_hot const Row< eT > & | Row< eT >::fixed< fixed_n_elem >::fill (const eT val) |
|
arma_inline | Row< eT >::fixed< fixed_n_elem >::fixed () |
|
arma_inline | Row< eT >::fixed< fixed_n_elem >::fixed (const fixed< fixed_n_elem > &X) |
|
| Row< eT >::fixed< fixed_n_elem >::fixed (const subview_cube< eT > &X) |
|
| Row< eT >::fixed< fixed_n_elem >::fixed (eT *aux_mem, const bool copy_aux_mem=true) |
|
| Row< eT >::fixed< fixed_n_elem >::fixed (const eT *aux_mem) |
|
| Row< eT >::fixed< fixed_n_elem >::fixed (const char *text) |
|
| Row< eT >::fixed< fixed_n_elem >::fixed (const std::string &text) |
|
template<typename T1 > |
arma_inline | Row< eT >::fixed< fixed_n_elem >::fixed (const Base< eT, T1 > &A) |
|
template<typename T1 , typename T2 > |
arma_inline | Row< eT >::fixed< fixed_n_elem >::fixed (const Base< pod_type, T1 > &A, const Base< pod_type, T2 > &B) |
|
void | Row< eT >::insert_cols (const uword col_num, const uword N, const bool set_to_zero=true) |
|
template<typename T1 > |
void | Row< eT >::insert_cols (const uword col_num, const Base< eT, T1 > &X) |
|
arma_inline void | Row< eT >::fixed< fixed_n_elem >::mem_setup () |
|
arma_hot const Row< eT > & | Row< eT >::fixed< fixed_n_elem >::ones () |
|
subview_row< eT > | Row< eT >::fixed< fixed_n_elem >::operator() (const uword row_num, const span &col_span) |
|
const subview_row< eT > | Row< eT >::fixed< fixed_n_elem >::operator() (const uword row_num, const span &col_span) const |
|
subview_col< eT > | Row< eT >::fixed< fixed_n_elem >::operator() (const span &row_span, const uword col_num) |
|
const subview_col< eT > | Row< eT >::fixed< fixed_n_elem >::operator() (const span &row_span, const uword col_num) const |
|
subview< eT > | Row< eT >::fixed< fixed_n_elem >::operator() (const span &row_span, const span &col_span) |
|
const subview< eT > | Row< eT >::fixed< fixed_n_elem >::operator() (const span &row_span, const span &col_span) const |
|
arma_inline arma_warn_unused eT & | Row< eT >::fixed< fixed_n_elem >::operator() (const uword i) |
|
arma_inline arma_warn_unused eT | Row< eT >::fixed< fixed_n_elem >::operator() (const uword i) const |
|
arma_inline arma_warn_unused eT & | Row< eT >::fixed< fixed_n_elem >::operator() (const uword in_row, const uword in_col) |
|
arma_inline arma_warn_unused eT | Row< eT >::fixed< fixed_n_elem >::operator() (const uword in_row, const uword in_col) const |
|
mat_injector< Row > | Row< eT >::operator<< (const eT val) |
|
const Row & | Row< eT >::operator= (const char *text) |
|
const Row & | Row< eT >::operator= (const std::string &text) |
|
const Row & | Row< eT >::operator= (const eT val) |
|
const Row & | Row< eT >::operator= (const subview_cube< eT > &X) |
|
const Row & | Row< eT >::fixed< fixed_n_elem >::operator= (const eT val) |
|
const Row & | Row< eT >::fixed< fixed_n_elem >::operator= (const char *text) |
|
const Row & | Row< eT >::fixed< fixed_n_elem >::operator= (const std::string &text) |
|
const Row & | Row< eT >::fixed< fixed_n_elem >::operator= (const subview_cube< eT > &X) |
|
template<typename T1 > |
const Row< eT > & | Row< eT >::operator= (const Base< eT, T1 > &X) |
|
template<typename T1 > |
const Row< eT > & | Row< eT >::operator= (const BaseCube< eT, T1 > &X) |
|
template<typename T1 > |
const Row< eT > & | Row< eT >::fixed< fixed_n_elem >::operator= (const Base< eT, T1 > &A) |
|
arma_inline arma_warn_unused eT & | Row< eT >::fixed< fixed_n_elem >::operator[] (const uword i) |
|
arma_inline arma_warn_unused eT | Row< eT >::fixed< fixed_n_elem >::operator[] (const uword i) const |
|
| Row< eT >::Row () |
| construct an empty row vector More...
|
|
| Row< eT >::Row (const Row< eT > &X) |
|
| Row< eT >::Row (const uword N) |
| construct a row vector with the specified number of n_elem More...
|
|
| Row< eT >::Row (const uword in_rows, const uword in_cols) |
|
| Row< eT >::Row (const char *text) |
|
| Row< eT >::Row (const std::string &text) |
|
template<typename T1 > |
| Row< eT >::Row (const Base< eT, T1 > &X) |
|
| Row< eT >::Row (eT *aux_mem, const uword aux_length, const bool copy_aux_mem=true, const bool strict=true) |
| construct a row vector from a given auxiliary array More...
|
|
| Row< eT >::Row (const eT *aux_mem, const uword aux_length) |
| construct a row vector from a given auxiliary array More...
|
|
template<typename T1 > |
| Row< eT >::Row (const BaseCube< eT, T1 > &X) |
|
| Row< eT >::Row (const subview_cube< eT > &X) |
|
template<typename T1 , typename T2 > |
| Row< eT >::Row (const Base< typename Row< eT >::pod_type, T1 > &A, const Base< typename Row< eT >::pod_type, T2 > &B) |
|
void | Row< eT >::shed_col (const uword col_num) |
| remove specified columns More...
|
|
void | Row< eT >::shed_cols (const uword in_col1, const uword in_col2) |
| remove specified columns More...
|
|
arma_inline subview_row< eT > | Row< eT >::subvec (const uword in_col1, const uword in_col2) |
|
arma_inline const subview_row< eT > | Row< eT >::subvec (const uword in_col1, const uword in_col2) const |
|
arma_inline subview_row< eT > | Row< eT >::subvec (const span &col_span) |
|
arma_inline const subview_row< eT > | Row< eT >::subvec (const span &col_span) const |
|
arma_hot const Row< eT > & | Row< eT >::fixed< fixed_n_elem >::zeros () |
|