mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-06-30 09:06:53 +08:00
Update numerical_methods/fast_fourier_transform.cpp
Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
@@ -80,6 +80,7 @@ std::complex<double> *FastFourierTransform(std::complex<double> *p,
|
||||
delete[] po; /// Deleting dynamic array po
|
||||
return y; /// Returns the list
|
||||
}
|
||||
} // namespace numerical_methods
|
||||
|
||||
/**
|
||||
* @brief Self-test implementations
|
||||
|
||||
Reference in New Issue
Block a user