1
0
Fork 0
mirror of https://github.com/bolero-MURAKAMI/Sprout synced 2024-11-12 21:09:01 +00:00
Sprout/sprout/numeric/fft/fft.hpp
lpha-z e6af368c77 add C++11constexpr fft
Stockham DIT fft algorithm written in C++11constexpr
2016-09-12 23:18:43 +09:00

16 lines
690 B
C++

/*=============================================================================
Copyright (c) 2011-2016 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_FFT_FFT_HPP
#define SPROUT_NUMERIC_FFT_FFT_HPP
#include <sprout/config.hpp>
#include <sprout/numeric/fft/fixed/fft.hpp>
#include <sprout/numeric/fft/fit/fft.hpp>
#include <sprout/numeric/fft/cxx14/fft.hpp>
#endif // #ifndef SPROUT_NUMERIC_FFT_FFT_HPP