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