mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-07-16 15:14:13 +00:00
add range::unstable_accumulate, range::unstable_inner_product
This commit is contained in:
parent
26dd9dabca
commit
6a6fc03806
3 changed files with 58 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue