Closed LarsHuebner-LHNW closed 3 years ago
@LarsHuebner-LHNW, thank you for finding this new function.
I've added it as an option in commit e033d4a (via your pull request).
I've also added it to test_czt.py
in f73a7ee.
I'll need to create some benchmarks to figure out which method is the fastest.
scipy 1.6.0 now has its own implementation of matmul_toeplitz. From its source I assume that it is the same as t_method="ce" with some checks added.