add range::unstable_accumulate, range::unstable_inner_product

This commit is contained in:
bolero-MURAKAMI 2012-12-22 22:06:21 +09:00
parent 26dd9dabca
commit 6a6fc03806
3 changed files with 58 additions and 0 deletions

View file

@ -4,5 +4,7 @@
#include <sprout/config.hpp>
#include <sprout/range/numeric/accumulate.hpp>
#include <sprout/range/numeric/inner_product.hpp>
#include <sprout/range/numeric/unstable_accumulate.hpp>
#include <sprout/range/numeric/unstable_inner_product.hpp>
#endif // #ifndef SPROUT_RANGE_NUMERIC_NON_MODIFYIING_HPP