isce3 0.25.0
Loading...
Searching...
No Matches
FFTUtil.h
1#pragma once
2
3#include <cstdint>
4#include <type_traits>
5
6namespace isce3 { namespace fft {
7
13template<typename T, typename std::enable_if<std::is_integral<T>::value>::type * = nullptr>
14T nextPowerOfTwo(T);
15
22std::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
base interpolator is an abstract base class
Definition BinarySearchFunc.cpp:5

Generated for ISCE3.0 by doxygen 1.13.2.