Sprout/sprout/numeric/adjacent_difference.hpp

9 lines
300 B
C++
Raw Normal View History

#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