Sprout/sprout/numeric/non_modifying.hpp
2012-12-03 21:48:50 +09:00

10 lines
365 B
C++

#ifndef SPROUT_NUMERIC_NON_MODIFYIING_HPP
#define SPROUT_NUMERIC_NON_MODIFYIING_HPP
#include <sprout/config.hpp>
#include <sprout/numeric/accumulate.hpp>
#include <sprout/numeric/inner_product.hpp>
#include <sprout/numeric/unstable_accumulate.hpp>
#include <sprout/numeric/unstable_inner_product.hpp>
#endif // #ifndef SPROUT_NUMERIC_NON_MODIFYIING_HPP