BezierCurve[{pt_1, pt_2, ...}] is a graphics primitive that represents a Bézier curve with control points pt_i.
GroupMultiplicationTable[group] gives the multiplication table of group as an array.
KuiperTest[data] tests whether data is normally distributed using the Kuiper test.KuiperTest[data, dist] tests whether data is distributed according to dist using the Kuiper ...
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 ...
Style
(Built-in Mathematica Symbol) Style[expr, options] displays with expr formatted using the specified option settings. Style[expr, " style"] uses the option settings for the specified style in the current ...
In some cases it is useful to split the differential system into subsystems and solve each subsystem using appropriate integration methods. Recombining the individual ...
CUDAMemoryLoad[list] registers list into the CUDALink memory manager.CUDAMemoryLoad[img] registers img into the CUDALink memory manager.
OpenCLMemoryAllocate[t, len] allocates a new one-dimensional list of type t returning OpenCLMemory.OpenCLMemoryAllocate[t, {d_1, d_2, ...}] allocates a new list of dimensions ...
This tutorial documents the XML representation of the user interface definition, GUIKitXML for short. This is a DTD representing the current GUIKit XML definitions. Use the ...
This example illustrates how to take advantage of Widget["Action"] objects and easily connect and construct typical user interface elements, such as menu items, toolbars, ...