CUDALink allows Mathematica to use the CUDA parallel computing architecture on Graphical Processing Units (GPUs). It contains functions that use CUDA-enabled GPUs to boost ...
$LibraryPath gives the default list of directories to search in attempting to find a library.
DisplayFunction is an option for graphics and sound functions that specifies a function to apply to graphics and sound objects before returning them.
Mathematica is one of the more complex software systems ever constructed. It is built from several million lines of source code, written in C/C++, Java and Mathematica. The C ...
Normally a live GUIObject instance will shut down and dispose of itself through the normal user action of closing a window or other interface widget that performs the ...
ItemSize is an option for Grid, Column, and related constructs that specifies the sizes to allow for items.
Wolfram LibraryLink provides a powerful way to connect external code to Mathematica, enabling high-speed and memory-efficient execution. It does this by allowing dynamic ...
LibraryFunction[args] represents a function that has been loaded from a Wolfram Library.
LibraryFunctionUnload[fun] unloads a LibraryFunction so that it cannot be used.
Panel
(Built-in Mathematica Symbol) Panel[expr] displays as a panel containing expr. Panel[expr, title] gives the panel the specified title. Panel[expr, title, pos] places title at a position specified by pos. ...