asutton / origin

Origin C++11 Libraries
126 stars 20 forks source link

Adding 2 functions: moving_sums and moving_means #8

Closed tshev closed 8 years ago

tshev commented 8 years ago

moving_sums takes 3 input iterators, output iterator and returns an output iterator. moving_means takes 3 iterators and returns a vector by value.

How to use:

Some examples