mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2024-11-14 10:39:05 +00:00
f9d4b475b4
fix constexpr -> inline constexpr
9 lines
299 B
C++
9 lines
299 B
C++
#ifndef SPROUT_RANGE_NUMERIC_DFT_HPP
|
|
#define SPROUT_RANGE_NUMERIC_DFT_HPP
|
|
|
|
#include <sprout/config.hpp>
|
|
#include <sprout/range/numeric/dft/dft.hpp>
|
|
#include <sprout/range/numeric/dft/idft.hpp>
|
|
#include <sprout/range/numeric/dft/spectrum.hpp>
|
|
|
|
#endif // #ifndef SPROUT_RANGE_NUMERIC_DFT_HPP
|