mirror of
https://github.com/bolero-MURAKAMI/Sprout
synced 2024-11-12 21:09:01 +00:00
aa96f9ce73
sprout/numeric/fixed/partial_sum.hpp 修正 sprout/numeric/fixed/adjacent_difference.hpp 修正
8 lines
245 B
C++
8 lines
245 B
C++
#ifndef SPROUT_FFT_BITREV_TABLE_HPP
|
|
#define SPROUT_FFT_BITREV_TABLE_HPP
|
|
|
|
#include <sprout/config.hpp>
|
|
#include <sprout/fft/fixed/bitrev_table.hpp>
|
|
#include <sprout/fft/fit/bitrev_table.hpp>
|
|
|
|
#endif // #ifndef SPROUT_FFT_BITREV_TABLE_HPP
|