mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-07-18 15:24:11 +00:00
support STL container: numeric, numeric/dft
This commit is contained in:
parent
092910e2f7
commit
aace49ac65
51 changed files with 812 additions and 101 deletions
10
sprout/numeric/dft/fixed.hpp
Normal file
10
sprout/numeric/dft/fixed.hpp
Normal file
|
@ -0,0 +1,10 @@
|
|||
#ifndef SPROUT_NUMERIC_DFT_FIXED_HPP
|
||||
#define SPROUT_NUMERIC_DFT_FIXED_HPP
|
||||
|
||||
#include <sprout/config.hpp>
|
||||
#include <sprout/numeric/dft/fixed/dft.hpp>
|
||||
#include <sprout/numeric/dft/fixed/idft.hpp>
|
||||
#include <sprout/numeric/dft/fixed/spectrum.hpp>
|
||||
#include <sprout/numeric/dft/fixed/wave.hpp>
|
||||
|
||||
#endif // #ifndef SPROUT_NUMERIC_DFT_FIXED_HPP
|
Loading…
Add table
Add a link
Reference in a new issue