Classes | Functions
Row

Classes

class  Row< eT >
 Class for row vectors (matrices with only one row) More...
 

Functions

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< RowRow< eT >::operator<< (const eT val)
 
const RowRow< eT >::operator= (const char *text)
 
const RowRow< eT >::operator= (const std::string &text)
 
const RowRow< eT >::operator= (const eT val)
 
const RowRow< eT >::operator= (const subview_cube< eT > &X)
 
const RowRow< eT >::fixed< fixed_n_elem >::operator= (const eT val)
 
const RowRow< eT >::fixed< fixed_n_elem >::operator= (const char *text)
 
const RowRow< eT >::fixed< fixed_n_elem >::operator= (const std::string &text)
 
const RowRow< 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 ()
 

Detailed Description

Function Documentation

template<typename eT >
template<uword fixed_n_elem>
arma_inline arma_warn_unused eT & Row< eT >::fixed< fixed_n_elem >::at ( const uword  i)

Definition at line 972 of file Row_meat.hpp.

template<typename eT >
template<uword fixed_n_elem>
arma_inline arma_warn_unused eT Row< eT >::fixed< fixed_n_elem >::at ( const uword  i) const

Definition at line 984 of file Row_meat.hpp.

template<typename eT >
template<uword fixed_n_elem>
arma_inline arma_warn_unused eT & Row< eT >::fixed< fixed_n_elem >::at ( const uword  in_row,
const uword  in_col 
)

Definition at line 1024 of file Row_meat.hpp.

template<typename eT >
template<uword fixed_n_elem>
arma_inline arma_warn_unused eT Row< eT >::fixed< fixed_n_elem >::at ( const uword  in_row,
const uword  in_col 
) const

Definition at line 1036 of file Row_meat.hpp.

template<typename eT >
Row< eT >::row_iterator Row< eT >::begin_row ( const uword  row_num)
inline

Definition at line 580 of file Row_meat.hpp.

template<typename eT >
Row< eT >::const_row_iterator Row< eT >::begin_row ( const uword  row_num) const
inline

Definition at line 594 of file Row_meat.hpp.

template<typename eT >
arma_inline eT & Row< eT >::col ( const uword  col_num)

Definition at line 312 of file Row_meat.hpp.

template<typename eT >
arma_inline eT Row< eT >::col ( const uword  col_num) const

Definition at line 324 of file Row_meat.hpp.

template<typename eT >
arma_inline subview_row< eT > Row< eT >::cols ( const uword  in_col1,
const uword  in_col2 
)

Definition at line 336 of file Row_meat.hpp.

template<typename eT >
arma_inline const subview_row< eT > Row< eT >::cols ( const uword  in_col1,
const uword  in_col2 
) const

Definition at line 352 of file Row_meat.hpp.

template<typename eT >
Row< eT >::row_iterator Row< eT >::end_row ( const uword  row_num)
inline

Definition at line 608 of file Row_meat.hpp.

template<typename eT >
Row< eT >::const_row_iterator Row< eT >::end_row ( const uword  row_num) const
inline

Definition at line 622 of file Row_meat.hpp.

template<typename eT>
template<uword fixed_n_elem>
arma_hot const Row< eT > & Row< eT >::fixed< fixed_n_elem >::fill ( const eT  val)
inline

Definition at line 1076 of file Row_meat.hpp.

template<typename eT >
template<uword fixed_n_elem>
Row< eT >::fixed< fixed_n_elem >::fixed ( )
inline

Definition at line 654 of file Row_meat.hpp.

template<typename eT >
template<uword fixed_n_elem>
arma_inline Row< eT >::fixed< fixed_n_elem >::fixed ( const fixed< fixed_n_elem > &  X)

Definition at line 666 of file Row_meat.hpp.

template<typename eT>
template<uword fixed_n_elem>
arma_inline Row< eT >::fixed< fixed_n_elem >::fixed ( const subview_cube< eT > &  X)
inline

Definition at line 682 of file Row_meat.hpp.

template<typename eT>
template<uword fixed_n_elem>
Row< eT >::fixed< fixed_n_elem >::fixed ( eT *  aux_mem,
const bool  copy_aux_mem = true 
)
inline

Definition at line 726 of file Row_meat.hpp.

template<typename eT>
template<uword fixed_n_elem>
Row< eT >::fixed< fixed_n_elem >::fixed ( const eT *  aux_mem)
inline

Definition at line 755 of file Row_meat.hpp.

template<typename eT>
template<uword fixed_n_elem>
Row< eT >::fixed< fixed_n_elem >::fixed ( const char *  text)
inline

Definition at line 769 of file Row_meat.hpp.

template<typename eT>
template<uword fixed_n_elem>
Row< eT >::fixed< fixed_n_elem >::fixed ( const std::string &  text)
inline

Definition at line 783 of file Row_meat.hpp.

template<typename eT>
template<uword fixed_n_elem>
template<typename T1 >
arma_inline Row< eT >::fixed< fixed_n_elem >::fixed ( const Base< eT, T1 > &  A)

Definition at line 697 of file Row_meat.hpp.

template<typename eT>
template<uword fixed_n_elem>
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 
)

Definition at line 712 of file Row_meat.hpp.

template<typename eT >
void Row< eT >::insert_cols ( const uword  col_num,
const uword  N,
const bool  set_to_zero = true 
)
inline

insert N cols at the specified col position, optionally setting the elements of the inserted cols to zero

Definition at line 522 of file Row_meat.hpp.

template<typename eT>
template<typename T1 >
void Row< eT >::insert_cols ( const uword  col_num,
const Base< eT, T1 > &  X 
)
inline

insert the given object at the specified col position; the given object must have one row

Definition at line 568 of file Row_meat.hpp.

template<typename eT >
template<uword fixed_n_elem>
arma_inline void Row< eT >::fixed< fixed_n_elem >::mem_setup ( )
private

Definition at line 637 of file Row_meat.hpp.

template<typename eT >
template<uword fixed_n_elem>
arma_hot const Row< eT > & Row< eT >::fixed< fixed_n_elem >::ones ( )
inline

Definition at line 1108 of file Row_meat.hpp.

template<typename eT >
template<uword fixed_n_elem>
subview_row< eT > Row< eT >::fixed< fixed_n_elem >::operator() ( const uword  row_num,
const span col_span 
)
inline

Definition at line 798 of file Row_meat.hpp.

template<typename eT >
template<uword fixed_n_elem>
const subview_row< eT > Row< eT >::fixed< fixed_n_elem >::operator() ( const uword  row_num,
const span col_span 
) const
inline

Definition at line 882 of file Row_meat.hpp.

template<typename eT >
template<uword fixed_n_elem>
subview_col< eT > Row< eT >::fixed< fixed_n_elem >::operator() ( const span row_span,
const uword  col_num 
)
inline

Definition at line 895 of file Row_meat.hpp.

template<typename eT >
template<uword fixed_n_elem>
const subview_col< eT > Row< eT >::fixed< fixed_n_elem >::operator() ( const span row_span,
const uword  col_num 
) const
inline

Definition at line 908 of file Row_meat.hpp.

template<typename eT >
template<uword fixed_n_elem>
subview< eT > Row< eT >::fixed< fixed_n_elem >::operator() ( const span row_span,
const span col_span 
)
inline

Definition at line 921 of file Row_meat.hpp.

template<typename eT >
template<uword fixed_n_elem>
const subview< eT > Row< eT >::fixed< fixed_n_elem >::operator() ( const span row_span,
const span col_span 
) const
inline

Definition at line 934 of file Row_meat.hpp.

template<typename eT >
template<uword fixed_n_elem>
arma_inline arma_warn_unused eT & Row< eT >::fixed< fixed_n_elem >::operator() ( const uword  i)

Definition at line 996 of file Row_meat.hpp.

template<typename eT >
template<uword fixed_n_elem>
arma_inline arma_warn_unused eT Row< eT >::fixed< fixed_n_elem >::operator() ( const uword  i) const

Definition at line 1010 of file Row_meat.hpp.

template<typename eT >
template<uword fixed_n_elem>
arma_inline arma_warn_unused eT & Row< eT >::fixed< fixed_n_elem >::operator() ( const uword  in_row,
const uword  in_col 
)

Definition at line 1048 of file Row_meat.hpp.

template<typename eT >
template<uword fixed_n_elem>
arma_inline arma_warn_unused eT Row< eT >::fixed< fixed_n_elem >::operator() ( const uword  in_row,
const uword  in_col 
) const

Definition at line 1062 of file Row_meat.hpp.

template<typename eT>
mat_injector< Row< eT > > Row< eT >::operator<< ( const eT  val)
inline

Definition at line 302 of file Row_meat.hpp.

template<typename eT >
const Row< eT > & Row< eT >::operator= ( const char *  text)
inline

Definition at line 87 of file Row_meat.hpp.

template<typename eT >
const Row< eT > & Row< eT >::operator= ( const std::string &  text)
inline

Definition at line 114 of file Row_meat.hpp.

template<typename eT>
const Row< eT > & Row< eT >::operator= ( const eT  val)
inline

Definition at line 159 of file Row_meat.hpp.

template<typename eT>
const Row< eT > & Row< eT >::operator= ( const subview_cube< eT > &  X)
inline

Definition at line 288 of file Row_meat.hpp.

template<typename eT>
template<uword fixed_n_elem>
const Row< eT > & Row< eT >::fixed< fixed_n_elem >::operator= ( const eT  val)
inline

Definition at line 825 of file Row_meat.hpp.

template<typename eT>
template<uword fixed_n_elem>
const Row< eT > & Row< eT >::fixed< fixed_n_elem >::operator= ( const char *  text)
inline

Definition at line 839 of file Row_meat.hpp.

template<typename eT>
template<uword fixed_n_elem>
const Row< eT > & Row< eT >::fixed< fixed_n_elem >::operator= ( const std::string &  text)
inline

Definition at line 853 of file Row_meat.hpp.

template<typename eT>
template<uword fixed_n_elem>
const Row< eT > & Row< eT >::fixed< fixed_n_elem >::operator= ( const subview_cube< eT > &  X)
inline

Definition at line 867 of file Row_meat.hpp.

template<typename eT>
template<typename T1 >
const Row<eT>& Row< eT >::operator= ( const Base< eT, T1 > &  X)
inline

Definition at line 188 of file Row_meat.hpp.

template<typename eT>
template<typename T1 >
const Row<eT>& Row< eT >::operator= ( const BaseCube< eT, T1 > &  X)
inline

Definition at line 261 of file Row_meat.hpp.

template<typename eT>
template<uword fixed_n_elem>
template<typename T1 >
const Row<eT>& Row< eT >::fixed< fixed_n_elem >::operator= ( const Base< eT, T1 > &  A)

Definition at line 811 of file Row_meat.hpp.

template<typename eT >
template<uword fixed_n_elem>
arma_inline arma_warn_unused eT & Row< eT >::fixed< fixed_n_elem >::operator[] ( const uword  i)

Definition at line 948 of file Row_meat.hpp.

template<typename eT >
template<uword fixed_n_elem>
arma_inline arma_warn_unused eT Row< eT >::fixed< fixed_n_elem >::operator[] ( const uword  i) const

Definition at line 960 of file Row_meat.hpp.

template<typename eT >
Row< eT >::Row ( )
inline

construct an empty row vector

Definition at line 21 of file Row_meat.hpp.

template<typename eT>
Row< eT >::Row ( const Row< eT > &  X)
inline

Definition at line 33 of file Row_meat.hpp.

template<typename eT>
Row< eT >::Row ( const uword  N)
inlineexplicit

construct a row vector with the specified number of n_elem

Definition at line 48 of file Row_meat.hpp.

template<typename eT>
Row< eT >::Row ( const uword  in_rows,
const uword  in_cols 
)
inline

Definition at line 60 of file Row_meat.hpp.

template<typename eT>
Row< eT >::Row ( const char *  text)
inline

Definition at line 73 of file Row_meat.hpp.

template<typename eT>
Row< eT >::Row ( const std::string &  text)
inline

Definition at line 100 of file Row_meat.hpp.

template<typename eT>
template<typename T1 >
Row< eT >::Row ( const Base< eT, T1 > &  X)
inline

Definition at line 173 of file Row_meat.hpp.

template<typename eT>
Row< eT >::Row ( eT *  aux_mem,
const uword  aux_length,
const bool  copy_aux_mem = true,
const bool  strict = true 
)
inline

construct a row vector from a given auxiliary array

Definition at line 202 of file Row_meat.hpp.

template<typename eT>
Row< eT >::Row ( const eT *  aux_mem,
const uword  aux_length 
)
inline

construct a row vector from a given auxiliary array

Definition at line 215 of file Row_meat.hpp.

template<typename eT>
template<typename T1 >
Row< eT >::Row ( const BaseCube< eT, T1 > &  X)
inline

Definition at line 246 of file Row_meat.hpp.

template<typename eT>
Row< eT >::Row ( const subview_cube< eT > &  X)
inline

Definition at line 274 of file Row_meat.hpp.

template<typename eT>
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 
)
inline

Definition at line 229 of file Row_meat.hpp.

template<typename eT >
void Row< eT >::shed_col ( const uword  col_num)
inline

remove specified columns

Definition at line 469 of file Row_meat.hpp.

template<typename eT >
void Row< eT >::shed_cols ( const uword  in_col1,
const uword  in_col2 
)
inline

remove specified columns

Definition at line 484 of file Row_meat.hpp.

template<typename eT >
arma_inline subview_row< eT > Row< eT >::subvec ( const uword  in_col1,
const uword  in_col2 
)

Definition at line 368 of file Row_meat.hpp.

template<typename eT >
arma_inline const subview_row< eT > Row< eT >::subvec ( const uword  in_col1,
const uword  in_col2 
) const

Definition at line 384 of file Row_meat.hpp.

template<typename eT >
arma_inline subview_row< eT > Row< eT >::subvec ( const span col_span)

Definition at line 400 of file Row_meat.hpp.

template<typename eT >
arma_inline const subview_row< eT > Row< eT >::subvec ( const span col_span) const

Definition at line 422 of file Row_meat.hpp.

template<typename eT >
template<uword fixed_n_elem>
arma_hot const Row< eT > & Row< eT >::fixed< fixed_n_elem >::zeros ( )
inline

Definition at line 1092 of file Row_meat.hpp.



armadillo_matrix
Author(s):
autogenerated on Fri Apr 16 2021 02:32:00