Commit Graph

5 Commits

Author SHA1 Message Date
github-actions
91d669a8d2 clang-format and clang-tidy fixes for 405d21a5 2021-11-07 03:57:30 +00:00
David Leal
405d21a544
Create inverse_fast_fourier_transform.cpp 2021-11-06 21:56:42 -06:00
Lajat5
2d15e14e1e
Delete inverse_fast_fourier_transform.cpp 2021-11-06 14:25:31 +05:30
github-actions
af702116fd clang-format and clang-tidy fixes for e89e4c8c 2021-11-06 06:48:57 +00:00
Ameya Chawla
87ef61ae23
feat : Implemented Inverse Fast Fourier Transform (#1834)
* feat : Implemented Inverse Fast Fourier Transform

Slightly different from fast Fourier transform
Just the om variable declared in line 40 is divided by n
and swapping the testing inputs with testing outputs .

* Update numerical_methods/Inverse_fast_fourier_transform.cpp

Co-authored-by: David Leal <halfpacho@gmail.com>

* Update numerical_methods/Inverse_fast_fourier_transform.cpp

Co-authored-by: David Leal <halfpacho@gmail.com>

* Update numerical_methods/Inverse_fast_fourier_transform.cpp

Co-authored-by: David Leal <halfpacho@gmail.com>

* formatting filenames d7f9a946

* updating DIRECTORY.md

* fix : optimized the code

* Apply suggestions from code review

Co-authored-by: David Leal <halfpacho@gmail.com>
Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
Co-authored-by: Ayaan Khan <ayaankhan98@gmail.com>
2021-11-04 00:46:21 +05:30