Template Function mrpt::math::cumsum(const CONTAINER&)

Function Documentation

template<class CONTAINER>
CONTAINER mrpt::math::cumsum(const CONTAINER &in_data)

Computes the cumulative sum of all the elements

See also

sum