mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-12 19:59:05 +08:00
indent level change
This commit is contained in:
parent
be1b2ad4ec
commit
68cad98bc9
@ -80,13 +80,15 @@ namespace Eigen {
|
|||||||
|
|
||||||
void postprocess(Complex *dst)
|
void postprocess(Complex *dst)
|
||||||
{
|
{
|
||||||
if (m_inverse) {
|
if (m_inverse) {
|
||||||
Scalar scale = 1./m_nfft;
|
Scalar scale = 1./m_nfft;
|
||||||
for (int k=0;k<m_nfft;++k)
|
for (int k=0;k<m_nfft;++k)
|
||||||
dst[k] *= scale;
|
dst[k] *= scale;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
private:
|
|
||||||
|
private:
|
||||||
|
|
||||||
void work( int stage,Complex * Fout, const Complex * f, size_t fstride,size_t in_stride)
|
void work( int stage,Complex * Fout, const Complex * f, size_t fstride,size_t in_stride)
|
||||||
{
|
{
|
||||||
int p = m_stageRadix[stage];
|
int p = m_stageRadix[stage];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user