fft on a matrix



I'm working on a maxima program that is based almost entirely on
matrix operations.  I'd like to use the fft() function on a matrix,
but maxima complains, fft: input is not a list or an array.

Is there an easy way to take an fft of a matrix?  Can I convert my
matrixes to arrays and then convert them back?

Thank you,
Chris