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

10 lines
407 B
C++

#ifndef SPROUT_RANGE_NUMERIC_NON_MODIFYIING_HPP
#define SPROUT_RANGE_NUMERIC_NON_MODIFYIING_HPP
#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