From b067d9880606143ac4b860beff4d5b02e7d349bd Mon Sep 17 00:00:00 2001 From: mzuenni Date: Mon, 27 Feb 2023 15:37:24 +0100 Subject: improved math --- math/transforms/fft.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'math/transforms/fft.cpp') diff --git a/math/transforms/fft.cpp b/math/transforms/fft.cpp index 4540ed8..6c5f5a8 100644 --- a/math/transforms/fft.cpp +++ b/math/transforms/fft.cpp @@ -1,4 +1,4 @@ -using cplx = complex; // Eigene Implementierung ist schneller. +using cplx = complex; void fft(vector& a, bool inverse = 0) { int n = sz(a); -- cgit v1.2.3