mirror of
https://github.com/bolero-MURAKAMI/Sprout
synced 2025-08-03 12:49:50 +00:00
add range/numeric/dft
This commit is contained in:
parent
374374c62b
commit
5757bc9d7a
11 changed files with 219 additions and 2 deletions
8
sprout/range/numeric/dft/idft.hpp
Normal file
8
sprout/range/numeric/dft/idft.hpp
Normal file
|
@ -0,0 +1,8 @@
|
|||
#ifndef SPROUT_RANGE_NUMERIC_DFT_IDFT_HPP
|
||||
#define SPROUT_RANGE_NUMERIC_DFT_IDFT_HPP
|
||||
|
||||
#include <sprout/config.hpp>
|
||||
#include <sprout/range/numeric/dft/fixed/idft.hpp>
|
||||
#include <sprout/range/numeric/dft/fit/idft.hpp>
|
||||
|
||||
#endif // #ifndef SPROUT_RANGE_NUMERIC_DFT_IDFT_HPP
|
Loading…
Add table
Add a link
Reference in a new issue