Mercurial > hg > may
diff yetilab/transform/fft.yeti @ 222:77c6a81c577f matrix_opaque_immutable
Move block directory -> vector
author | Chris Cannam |
---|---|
date | Sat, 11 May 2013 15:58:36 +0100 |
parents | ddc8fa794880 |
children | d7dd391a90fd |
line wrap: on
line diff
--- a/yetilab/transform/fft.yeti Sat May 11 14:50:43 2013 +0100 +++ b/yetilab/transform/fft.yeti Sat May 11 15:58:36 2013 +0100 @@ -3,10 +3,10 @@ import edu.emory.mathcs.jtransforms.fft: DoubleFFT_1D; -vec = load yetilab.block.vector; -complex = load yetilab.block.complex; +vec = load yetilab.vector.vector; +complex = load yetilab.vector.complex; -load yetilab.block.complextype; +load yetilab.vector.complextype; packedToComplex len p is number -> ~double[] -> array<cplx> = (n = len / 2;