Sprout/sprout/numeric/fit.hpp

20 lines
907 B
C++

/*=============================================================================
Copyright (c) 2011-2017 Bolero MURAKAMI
https://github.com/bolero-MURAKAMI/Sprout
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
=============================================================================*/
#ifndef SPROUT_NUMERIC_FIT_HPP
#define SPROUT_NUMERIC_FIT_HPP
#include <sprout/config.hpp>
#include <sprout/numeric/fit/partial_sum.hpp>
#include <sprout/numeric/fit/exclusive_scan.hpp>
#include <sprout/numeric/fit/inclusive_scan.hpp>
#include <sprout/numeric/fit/transform_exclusive_scan.hpp>
#include <sprout/numeric/fit/transform_inclusive_scan.hpp>
#include <sprout/numeric/fit/adjacent_difference.hpp>
#include <sprout/numeric/fit/iota.hpp>
#endif // #ifndef SPROUT_NUMERIC_FIT_HPP