Sprout/sprout/range/numeric/adjacent_difference.hpp

9 lines
330 B
C++
Raw Normal View History

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