mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-02-09 09:53:57 +00:00
8 lines
300 B
C++
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
|