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

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