While you can programmatically create two-dimensional layouts, the Mathematica front end provides convenient tools for creating and editing two-dimensional grids of data, in ...
ChartElements is an option to charting functions such as BarChart that specifies the graphics to use as the basis for bars or other chart elements.
Translate[g, {x, y, ...}] represents graphics primitives g translated by the vector {x, y, ...}. Translate[g, {{x_1, y_1, ...}, {x_2, y_2, ...}, ...}] represents multiple ...
OpenCLMemoryCopyToHost[mem] force copies OpenCLMemory from the GPU to the CPU.
Ordinary mathematical functions in Mathematica are always "listable", so that they are immediately applied in parallel across lists. Mathematica provides a wide variety of ...
Mathematica provides a uniquely powerful interactive environment for building up arbitrarily complex computations, under convenient interactive or programmatic control.
From simple calculations to full publishable documents and sophisticated dynamic interfaces, everything you can do with Mathematica's standard interactive interface is done ...
mathematica starts the full Mathematica system including notebook interface on Unix and Linux.
ImagePad[image, m] pads image on all sides with m background pixels.ImagePad[image, m, padding] pads image on all sides using the value or method specified by ...
Kernels
(Built-in Mathematica Symbol) Kernels[] gives the list of running kernels available for parallel computing.