mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2024-11-14 10:39:05 +00:00
510a265ea5
numeric/adjacent_difference.hpp 追加
8 lines
260 B
C++
8 lines
260 B
C++
#ifndef SPROUT_NUMERIC_PARTIAL_SUM_HPP
|
|
#define SPROUT_NUMERIC_PARTIAL_SUM_HPP
|
|
|
|
#include <sprout/config.hpp>
|
|
#include <sprout/numeric/fixed/partial_sum.hpp>
|
|
#include <sprout/numeric/fit/partial_sum.hpp>
|
|
|
|
#endif // #ifndef SPROUT_NUMERIC_PARTIAL_SUM_HPP
|