1
0
Fork 0
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:
bolero-MURAKAMI 2012-05-01 14:34:48 +09:00
parent 374374c62b
commit 5757bc9d7a
11 changed files with 219 additions and 2 deletions

View file

@ -0,0 +1,8 @@
#ifndef SPROUT_RANGE_NUMERIC_DFT_DFT_HPP
#define SPROUT_RANGE_NUMERIC_DFT_DFT_HPP
#include <sprout/config.hpp>
#include <sprout/range/numeric/dft/fixed/dft.hpp>
#include <sprout/range/numeric/dft/fit/dft.hpp>
#endif // #ifndef SPROUT_RANGE_NUMERIC_DFT_DFT_HPP