mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-07-14 15:04:09 +00:00
add c++14 fft/dft range algorithms
This commit is contained in:
parent
aaf31f2ab8
commit
fe255a5e74
73 changed files with 877 additions and 17 deletions
|
@ -5,8 +5,8 @@
|
|||
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_DFT_CXX14_SAWTOOTH_HPP
|
||||
#define SPROUT_NUMERIC_DFT_CXX14_SAWTOOTH_HPP
|
||||
#ifndef SPROUT_NUMERIC_DFT_CXX14_SQUARE_HPP
|
||||
#define SPROUT_NUMERIC_DFT_CXX14_SQUARE_HPP
|
||||
|
||||
#include <iterator>
|
||||
#include <sprout/config.hpp>
|
||||
|
@ -35,4 +35,4 @@ namespace sprout {
|
|||
}
|
||||
} // namespace sprout
|
||||
|
||||
#endif // #ifndef SPROUT_NUMERIC_DFT_CXX14_SAWTOOTH_HPP
|
||||
#endif // #ifndef SPROUT_NUMERIC_DFT_CXX14_SQUARE_HPP
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue