mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2024-11-14 10:39:05 +00:00
10 lines
365 B
C++
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
|