Sprout/sprout/numeric/fixed.hpp

10 lines
294 B
C++
Raw Normal View History

#ifndef SPROUT_NUMERIC_FIXED_HPP
#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