mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-07-16 15:14:13 +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
9
sprout/range/numeric/dft/fit.hpp
Normal file
9
sprout/range/numeric/dft/fit.hpp
Normal file
|
@ -0,0 +1,9 @@
|
|||
#ifndef SPROUT_RANGE_NUMERIC_DFT_FIT_HPP
|
||||
#define SPROUT_RANGE_NUMERIC_DFT_FIT_HPP
|
||||
|
||||
#include <sprout/config.hpp>
|
||||
#include <sprout/range/numeric/dft/fit/dft.hpp>
|
||||
#include <sprout/range/numeric/dft/fit/idft.hpp>
|
||||
#include <sprout/range/numeric/dft/fit/spectrum.hpp>
|
||||
|
||||
#endif // #ifndef SPROUT_RANGE_NUMERIC_DFT_FIT_HPP
|
Loading…
Add table
Add a link
Reference in a new issue