MathLink connections between Mathematica sessions. This starts up a link on port number 8000. This connects to the link on port 8000.
AbsoluteCurrentValue[item] gives the absolute current value of item at a location in the Mathematica system and interface. AbsoluteCurrentValue[{item, spec}] gives the ...
Compile
(Built-in Mathematica Symbol) Compile[{x_1, x_2, ...}, expr] creates a compiled function that evaluates expr assuming numerical values of the x_i. Compile[{{x_1, t_1}, ...}, expr] assumes that x_i is of a ...
Fundamental to Mathematica's dynamic interactivity capabilities is a new form of symbolic dynamic language. With a very small number of highly powerful primitives that mix ...
In any interactive session, Mathematica effectively operates in a loop. It waits for your input, processes the input, prints the result, then goes back to waiting for input ...
CreateExecutable[source, name] compiles a string of C code and creates an executable file, name.ext.CreateExecutable[{file 1, ...}, name] compiles a number of C and mprep ...
Widget["FileDialog"] represents an Open or Save dialog.
Widget["WizardPage"] represents a page of a wizard.
CUDAImageAdd[img, x] adds an amount x to each channel value in img.CUDAImageAdd[mem, x] adds an amount x to each channel value in mem.CUDAImageAdd[img 1, img 2] gives an ...
CUDAImageMultiply[img, x] multiplies an amount x to each channel value in img.CUDAImageMultiply[mem, x] multiplies an amount x to each channel value in ...