Sprout/sprout/numeric/partial_sum.hpp

9 lines
260 B
C++
Raw Normal View History

#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