Apply FFT to each row of a complex matrix, reusing a single FFT instance for all rows to avoid repeated instantiation overhead. All rows must have the same length.
complex matrix with re and im arrays of Float64Array rows
options
complex matrix with transformed rows
Apply FFT to each row of a complex matrix, reusing a single FFT instance for all rows to avoid repeated instantiation overhead. All rows must have the same length.