1
0
Fork 0
mirror of https://github.com/bolero-MURAKAMI/Sprout synced 2024-11-12 21:09:01 +00:00
Sprout/sprout/range/numeric/fit.hpp

9 lines
272 B
C++
Raw Normal View History

#ifndef SPROUT_RANGE_NUMERIC_FIT_HPP
#define SPROUT_RANGE_NUMERIC_FIT_HPP
#include <sprout/config.hpp>
#include <sprout/range/numeric/fit/partial_sum.hpp>
#include <sprout/range/numeric/fit/adjacent_difference.hpp>
#endif // #ifndef SPROUT_RANGE_NUMERIC_FIT_HPP