diff options
author | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2025-04-30 11:35:26 -0300 |
---|---|---|
committer | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2025-04-30 11:35:26 -0300 |
commit | 9ce5e8b399f29d932d52fd53ac903a106a267259 (patch) | |
tree | 01d989abdc354ab28e9a4a551052039972d2cc42 /log-fourier.hpp | |
parent | 947daeb85321ed804bc3142623844b2617cb1b3e (diff) | |
download | code-9ce5e8b399f29d932d52fd53ac903a106a267259.tar.gz code-9ce5e8b399f29d932d52fd53ac903a106a267259.tar.bz2 code-9ce5e8b399f29d932d52fd53ac903a106a267259.zip |
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 β); |