New in Wolfram
Mathematica
8: CUDA and OpenCL Support
◄
previous
|
next
►
Software Development
GPU Enhanced Fast Fourier Transforms
Forward and inverse Fourier transforms that use CUDA are included.
In[1]:=
X
Needs["CUDALink`"] ArrayPlot[ Log[Abs[CUDAFourier[ Table[Mod[Binomial[i, j], 2], {i, 0, 127}, {j, 0, 127}]]]], ColorFunction -> "DarkRainbow"]
Out[1]=