CUDAMemoryLoad[list] registers list into the CUDALink memory manager.CUDAMemoryLoad[img] registers img into the CUDALink memory manager.
Drop
(Built-in Mathematica Symbol) Drop[list, n] gives list with its first n elements dropped. Drop[list, -n] gives list with its last n elements dropped. Drop[list, {n}] gives list with its n\[Null]^th ...
Setter
(Built-in Mathematica Symbol) Setter[x, val] represents a setter button whose setting x is set to val when the button is clicked. The button is labeled with val, and appears pressed if the value of x is ...
Toggler
(Built-in Mathematica Symbol) Toggler[x] represents a toggler button with setting x, that toggles between True and False. Toggler[Dynamic[x]] takes the setting to be the dynamically updated current value ...
VerticalSlider[y] represents a vertical slider at position y with range 0 to 1. VerticalSlider[Dynamic[y]] takes the position to be the dynamically updated current value of ...
SWF
(Mathematica Import/Export Format) Registered MIME type: application/x-shockwave-flash Adobe/Macromedia Flash file format. Used for interactive and animated vector graphics, video and sound on the web. SWF is ...
GraphicsRow[{g_1, g_2, ...}] generates a graphic in which the g_i are laid out in a row.GraphicsRow[list, spacing] leaves the specified spacing between successive elements.
FourierDCT[list] finds the Fourier discrete cosine transform of a list of real numbers.FourierDCT[list, m] finds the Fourier discrete cosine transform of type m.
InverseWaveletTransform[dwd] gives the inverse wavelet transform of a DiscreteWaveletData object dwd.InverseWaveletTransform[dwd, wave] gives the inverse transform using the ...
Dashed
(Built-in Mathematica Symbol) Dashed is a graphics directive specifying that lines that follow should be drawn dashed.