diff options
Diffstat (limited to 'log-fourier.hpp')
-rw-r--r-- | log-fourier.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/log-fourier.hpp b/log-fourier.hpp index 97c0e15..f0b53ef 100644 --- a/log-fourier.hpp +++ b/log-fourier.hpp @@ -42,4 +42,4 @@ std::tuple<std::vector<Complex>, std::vector<Complex>> RddfCtdfCt(LogarithmicFou Real estimateZ(LogarithmicFourierTransform& fft, const std::vector<Real>& C, const std::vector<Complex>& Ct, const std::vector<Real>& R, const std::vector<Complex>& Rt, unsigned p, unsigned s, Real λ, Real τ₀, Real β); -Real energy(const LogarithmicFourierTransform& fft, std::vector<Real>& C, const std::vector<Real>& R, unsigned p, unsigned s, Real λ, Real β); +Real energy(const LogarithmicFourierTransform& fft, std::vector<Real>& C, const std::vector<Real>& R, unsigned p, unsigned s, Real λ, Real β); |