add c++14 constexpr spectrum and wave genarator algorithms

This commit is contained in:
bolero-MURAKAMI 2014-04-20 15:25:25 +09:00
parent d1fc657c1f
commit cc48f3585a
29 changed files with 506 additions and 77 deletions

View file

@ -11,5 +11,6 @@
#include <sprout/config.hpp>
#include <sprout/numeric/dft/fixed/phase_spectrum.hpp>
#include <sprout/numeric/dft/fit/phase_spectrum.hpp>
#include <sprout/numeric/dft/cxx14/phase_spectrum.hpp>
#endif // #ifndef SPROUT_NUMERIC_DFT_PHASE_SPECTRUM_HPP