summaryrefslogtreecommitdiff
path: root/log-fourier.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'log-fourier.hpp')
-rw-r--r--log-fourier.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/log-fourier.hpp b/log-fourier.hpp
index 3abc379..29717cd 100644
--- a/log-fourier.hpp
+++ b/log-fourier.hpp
@@ -53,3 +53,5 @@ Real estimateZ(LogarithmicFourierTransform& fft, const std::vector<Real>& C, con
Real energy(const LogarithmicFourierTransform& fft, const std::vector<Real>& C, const std::vector<Real>& R, unsigned p, unsigned s, Real λ, Real β);
Real C0(const LogarithmicFourierTransform& fft, const std::vector<Complex>& Ĉ);
+
+void smooth(std::vector<Real>& C, Real ε);