Type 2+2 and then press Shift+Enter (hold down the Shift key and press Enter) to tell Mathematica to evaluate your input. Note that labels are added automatically, and output ...
CUDAClosing[img, r] gives the closing of img with respect to a range-r square.CUDAClosing[list, r] gives the closing of list with respect to a range-r square.CUDAClosing[mem, ...
CUDAFoldList[f, x, {a, b, ...}] gives {x, f[x, a], f[f[x, a], b], ...}.
CUDAFourier[list] finds the discrete Fourier transform of a list of complex numbers.CUDAFourier[mem] finds the discrete Fourier transform of a CUDAMemory.
CUDAImageConvolve[img, kern] gives the convolution of img with kern.CUDAImageConvolve[list, kern] gives the convolution of list with kern.CUDAImageConvolve[mem, kern] gives ...
CUDAMap[f, lst] applies f to each element on lst.
CUDATranspose[mat] transposes input matrix mat.CUDATranspose[mem] transposes input CUDAMemory mem.
DataSources[] returns a list of information about named data sources made available through DatabaseResourcesPath.DataSources[name] returns a list of information about the ...
JDBCDrivers[] returns a list of information about JDBC drivers available through DatabaseResourcesPath.JDBCDrivers[name] returns a list of information about the JDBC driver ...
SQLBinary[data] represents raw binary data that can be stored in a database.