isce3  0.1.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Pages
FFTUtil.h
1 #pragma once
2 
3 #include <cstdint>
4 #include <type_traits>
5 
6 namespace isce3 { namespace fft {
7 
13 template<typename T, typename std::enable_if<std::is_integral<T>::value>::type * = nullptr>
14 T nextPowerOfTwo(T);
15 
22 std::int32_t nextFastPower(std::int32_t n);
23 
24 }}
25 
26 #define ISCE_FFT_FFTUTIL_ICC
27 #include "FFTUtil.icc"
28 #undef ISCE_FFT_FFTUTIL_ICC

Generated for ISCE3.0 by doxygen 1.8.5.