numeric/partial_sum.hpp 追加

numeric/adjacent_difference.hpp 追加
This commit is contained in:
bolero-MURAKAMI 2011-10-20 13:15:24 +09:00
parent 44b67d28e2
commit 510a265ea5
10 changed files with 670 additions and 2 deletions

View file

@ -2,6 +2,8 @@
#define SPROUT_NUMERIC_FIXED_HPP
#include <sprout/config.hpp>
#include <sprout/numeric/fixed/partial_sum.hpp>
#include <sprout/numeric/fixed/adjacent_difference.hpp>
#include <sprout/numeric/fixed/iota.hpp>
#endif // #ifndef SPROUT_NUMERIC_FIXED_HPP