Functions
fn_sum.hpp File Reference

Go to the source code of this file.

Functions

template<typename T1 >
arma_inline const Op< T1, op_sumsum (const Base< typename T1::elem_type, T1 > &X, const uword dim=0)
 Delayed sum of elements of a matrix along a specified dimension (either rows or columns). The result is stored in a dense matrix that has either one column or one row. For dim = 0, find the sum of each column. For dim = 1, find the sum of each row. The default is dim = 0. NOTE: this function works differently than in Matlab/Octave. More...
 
template<typename eT >
arma_warn_unused eT sum (const Row< eT > &X)
 Immediate 'sum all values' operation for a row vector. More...
 
template<typename eT >
arma_warn_unused eT sum (const Col< eT > &X)
 Immediate 'sum all values' operation for a column vector. More...
 
template<typename T1 >
arma_warn_unused T1::elem_type sum (const Op< T1, op_sum > &in)
 Immediate 'sum all values' operation, invoked, for example, by: sum(sum(A)) More...
 
template<typename T1 >
arma_inline const Op< Op< T1, op_sum >, op_sumsum (const Op< T1, op_sum > &in, const uword dim)
 
template<typename eT >
arma_warn_unused eT sum (const subview_row< eT > &X)
 sum all values of a subview_row More...
 
template<typename eT >
arma_warn_unused eT sum (const subview_col< eT > &X)
 sum all values of a subview_col More...
 
template<typename eT >
arma_warn_unused eT sum (const diagview< eT > &X)
 sum all values of a diagview More...
 
template<typename eT , typename T1 >
arma_warn_unused eT sum (const subview_elem1< eT, T1 > &A)
 


armadillo_matrix
Author(s):
autogenerated on Fri Apr 16 2021 02:31:59