Update numerical_methods/fast_fourier_transform.cpp

Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
Ameya Chawla 2021-10-18 22:44:10 +05:30 committed by GitHub
parent 93adc8b9de
commit 4f178cfd0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,8 +16,6 @@
#include <cassert> /// for assert #include <cassert> /// for assert
#include <vector> /// for storing test cases #include <vector> /// for storing test cases
/** /**
* @brief FastFourierTransform is a recursive function which returns list of complex numbers * @brief FastFourierTransform is a recursive function which returns list of complex numbers
* @param p List of Coefficents in form of complex numbers * @param p List of Coefficents in form of complex numbers