Am 25.07.2026 um 23:47 schrieb Allin Cottrell:
On Sat, 25 Jul 2026, Sven Schreiber wrote:
Plus, it's still not fully clear to me whether the error in the
outdated script was legit (although perhaps not very clear) or
really buggy. I mean if that example script used to work and cmult()
is still being dragged around, then I guess the script should
ideally still work?
cmult() still works, given old-style (pre-2020) complex matrices as
input. The trouble with the outdated convolve script was that fft()
now produces a new-style (proper) complex result. I'd say that cmult()
and cdiv() are both pretty much useless at this point. You could cook
up old-style complex matrices and feed them to these functions as
arguments, but why would anyone want to do that?
OK, thanks. Indeed, for 2022b there's an entry about fft() in the
incompatibility log.
Again, maybe it's time to deprecate cmult() und cdiv() (and others?)
officially? Did we already check at some point whether those functions
are used in contributed packages?
cheers
sven