1
0
Fork 0
mirror of https://github.com/bolero-MURAKAMI/Sprout synced 2025-08-03 12:49:50 +00:00

add transform_reduce algorithm

This commit is contained in:
bolero-MURAKAMI 2017-10-10 18:54:31 +09:00
parent 2052058357
commit 6e962b0ccc
4 changed files with 288 additions and 0 deletions

View file

@ -12,5 +12,6 @@
#include <sprout/range/numeric/accumulate.hpp>
#include <sprout/range/numeric/reduce.hpp>
#include <sprout/range/numeric/inner_product.hpp>
#include <sprout/range/numeric/transform_reduce.hpp>
#endif // #ifndef SPROUT_RANGE_NUMERIC_NON_MODIFYIING_HPP