49template <
class eigenArrOutT,
class eigenArrInT>
55 int ci = 0.5 *
ain.cols() + 1;
73template <
class eigenArrOutT,
class eigenArrInT>
80 int ri = 0.5 *
ain.rows() + 1;
81 int ci = 0.5 *
ain.cols() + 1;
104template <
class eigenArrOutT,
class eigenArrInT>
114 int c1 = 0.5 *
ain.cols() + 1;
124 for(
int cc = 1;
cc <
c1 - 1; ++
cc )
126 for(
int rr = 1;
rr <
r1 - 1; ++
rr )
133 for(
int rr = 1;
rr <
ain.rows() - 1; ++
rr )
void augmentR2CFFTOutput(eigenArrOutT &aout, eigenArrInT &ain)
void padR2CFFTOutput(eigenArrOutT &aout, eigenArrInT &ain)
Add padding to the output of a real-to-complex (R2C) FFT.
void padC2CFFTOutput(eigenArrOutT &aout, eigenArrInT &ain)
Add padding to the output of a complex-to-complex (C2C) FFT.
constexpr floatT six_fifths()
Return 6/5 in the specified precision.