1
0
Fork 0
mirror of https://github.com/bolero-MURAKAMI/Sprout synced 2024-11-12 21:09:01 +00:00
Sprout/sprout/compost/analyses/idft.hpp

21 lines
459 B
C++
Raw Normal View History

2012-12-03 12:48:50 +00:00
#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