Streams
(Built-in Mathematica Symbol) Streams[] gives a list of all streams that are currently open. Streams["name"] lists only streams with the specified name.
TargetFunctions is an option for functions such as ComplexExpand that specifies what functions to attempt to generate in the output.
TooltipDelay is an option for objects such as Tooltip that specifies how long to delay after the mouse is over the object before displaying the tooltip.
$AssertFunction specifies a function to apply to assertions that fail.
$SharedFunctions is the list of functions currently being shared among parallel kernels.
$SharedVariables is the list of variables currently being shared among parallel kernels.
In addition to the interfaces of Import and Export, Mathematica 8 comes with an autoloading mechanism that simplifies the registration of formats used by the Import and ...
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, ...
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 ...