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

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