Update numerical_methods/fast_fourier_transform.cpp

Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
Ameya Chawla 2021-10-21 08:11:58 +05:30 committed by GitHub
parent 6a9b4a312b
commit b5eabc1196
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,6 +24,11 @@
#include <iostream> /// for IO operations
#include <vector> /// for storing test cases
/**
* @namespace numerical_methods
* @brief Numerical algorithms/methods
*/
namespace numerical_methods {
/**
* @brief FastFourierTransform is a recursive function which returns list of
* complex numbers