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