mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-07-14 15:04:09 +00:00
numeric/partial_sum.hpp 追加
numeric/adjacent_difference.hpp 追加
This commit is contained in:
parent
44b67d28e2
commit
510a265ea5
10 changed files with 670 additions and 2 deletions
8
sprout/numeric/partial_sum.hpp
Normal file
8
sprout/numeric/partial_sum.hpp
Normal file
|
@ -0,0 +1,8 @@
|
|||
#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
|
Loading…
Add table
Add a link
Reference in a new issue