GraphicsColumn[{g_1, g_2, ...}] generates a graphic in which the g_i are laid out in a column, with g_1 above g_2, etc. GraphicsColumn[list, alignment] aligns each element ...
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.
NominalVariables is an option for fitting functions such as LinearModelFit that specifies which variables should be treated as having discrete values specified by names.
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 ...
Density and contour plots. This gives a density plot of sin(x) sin(y). Lighter regions show higher values of the function. Some options for DensityPlot.
There are a number of important interactions in Mathematica between evaluation and pattern matching. The first observation is that pattern matching is usually done on ...
SlideView[{expr_1, expr_2, ...}] represents an object in which the expr_i are set up to be displayed on successive slides. SlideView[{expr_1, expr_2, ...}, i] makes the ...
Wolfram LibraryLink allows dynamic libraries to be directly loaded into the Mathematica kernel so that functions in the libraries can be immediately called from Mathematica. ...
CUDAFunctionLoad[src, fun, argtypes, blockdim] loads CUDAFunction from scr and makes fun available in Mathematica.CUDAFunctionLoad[{srcfile}, fun, argtypes, blockdim] loads ...
OpenCLFunctionLoad[prog, fun, argtypes, blockdims] loads fun from source code prog, returning an OpenCLFunction object.OpenCLFunctionLoad[{progfile}, fun, argtypes, ...