diff options
author | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2025-05-13 17:21:51 -0300 |
---|---|---|
committer | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2025-05-13 17:21:51 -0300 |
commit | 7ea7b097f558475fa8f12cef2decd9edc5eb33be (patch) | |
tree | d73b31d4915a01eb10e693e59e445d11772bc9f1 /log-fourier.hpp | |
parent | 1fc4ab6990ddb93e65a4a76d5d378d282c84d901 (diff) | |
download | code-7ea7b097f558475fa8f12cef2decd9edc5eb33be.tar.gz code-7ea7b097f558475fa8f12cef2decd9edc5eb33be.tar.bz2 code-7ea7b097f558475fa8f12cef2decd9edc5eb33be.zip |
Adjust μ continuously
Diffstat (limited to 'log-fourier.hpp')
-rw-r--r-- | log-fourier.hpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/log-fourier.hpp b/log-fourier.hpp index b5bb4c0..9c7c237 100644 --- a/log-fourier.hpp +++ b/log-fourier.hpp @@ -43,4 +43,6 @@ 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, 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>& Ĉ); |