mirror of
https://github.com/bolero-MURAKAMI/Sprout
synced 2025-08-03 12:49:50 +00:00
add compost dft, spectrum, etc
This commit is contained in:
parent
6b08a81d3e
commit
24d2a229f3
45 changed files with 1490 additions and 61 deletions
20
sprout/compost/analyses/idft.hpp
Normal file
20
sprout/compost/analyses/idft.hpp
Normal file
|
@ -0,0 +1,20 @@
|
|||
#ifndef SPROUT_COMPOST_ANALYSES_IDFT_HPP
|
||||
#define SPROUT_COMPOST_ANALYSES_IDFT_HPP
|
||||
|
||||
#include <sprout/config.hpp>
|
||||
#include <sprout/range/adaptor/idft.hpp>
|
||||
|
||||
namespace sprout {
|
||||
namespace compost {
|
||||
namespace analyses {
|
||||
//
|
||||
// idft
|
||||
//
|
||||
using sprout::adaptors::idft;
|
||||
} // namespace analyses
|
||||
|
||||
using sprout::compost::analyses::idft;
|
||||
} // namespace compost
|
||||
} // namespace sprout
|
||||
|
||||
#endif // #ifndef SPROUT_COMPOST_ANALYSES_IDFT_HPP
|
Loading…
Add table
Add a link
Reference in a new issue