Functions

fn_accu.hpp File Reference

Go to the source code of this file.

Functions

template<typename T1 >
arma_hot T1::elem_type accu_unwrap (const Base< typename T1::elem_type, T1 > &X)
template<typename T1 >
arma_hot T1::elem_type accu_proxy (const Base< typename T1::elem_type, T1 > &X)
template<typename T1 >
arma_inline arma_warn_unused
T1::elem_type 
accu (const Base< typename T1::elem_type, T1 > &X)
 accumulate the elements of a matrix
template<typename T1 >
arma_inline arma_warn_unused u32 accu (const mtOp< u32, T1, op_rel_noteq > &X)
 explicit handling of Hamming norm (also known as zero norm)
template<typename T1 >
arma_hot arma_warn_unused
T1::elem_type 
accu (const BaseCube< typename T1::elem_type, T1 > &X)
 accumulate the elements of a cube
template<typename eT >
arma_pure arma_warn_unused eT accu (const diagview< eT > &X)
 accumulate the elements of a diagview
template<typename eT >
arma_pure arma_warn_unused eT accu (const subview< eT > &S)
 accumulate the elements of a subview (submatrix)
template<typename eT >
arma_pure arma_warn_unused eT accu (const subview_row< eT > &S)
 accumulate the elements of a subview_row
template<typename eT >
arma_pure arma_warn_unused eT accu (const subview_col< eT > &S)
 accumulate the elements of a subview_col