support STL container: numeric, numeric/dft

This commit is contained in:
bolero-MURAKAMI 2013-02-01 20:21:01 +09:00
parent 092910e2f7
commit aace49ac65
51 changed files with 812 additions and 101 deletions

View file

@ -2,10 +2,7 @@
#define SPROUT_RANGE_NUMERIC_DFT_HPP
#include <sprout/config.hpp>
#include <sprout/range/numeric/dft/dft.hpp>
#include <sprout/range/numeric/dft/idft.hpp>
#include <sprout/range/numeric/dft/dft_element.hpp>
#include <sprout/range/numeric/dft/idft_element.hpp>
#include <sprout/range/numeric/dft/spectrum.hpp>
#include <sprout/range/numeric/dft/non_modifying.hpp>
#include <sprout/range/numeric/dft/modifying.hpp>
#endif // #ifndef SPROUT_RANGE_NUMERIC_DFT_HPP