Sprout/sprout/numeric/adjacent_difference.hpp
bolero-MURAKAMI 510a265ea5 numeric/partial_sum.hpp 追加
numeric/adjacent_difference.hpp 追加
2011-10-20 13:15:24 +09:00

8 lines
300 B
C++

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