mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-13 20:26:03 +08:00
indent level change
This commit is contained in:
parent
be1b2ad4ec
commit
68cad98bc9
@ -86,7 +86,9 @@ namespace Eigen {
|
|||||||
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