The functional and list-oriented characteristics of the core Mathematica language allow CUDALink to provide immediate built-in data parallelism, automatically distributing ...
OpenCLLink allows Mathematica to use the OpenCL parallel computing language. It contains functions that facilitate loading user-defined OpenCL functions into Mathematica. ...
This package contains descriptive statistics for multivariate data and distributions derived from the multivariate normal distribution. Distributions are represented in the ...
SectorChart3D[{{x_1, y_1, z_1}, {x_2, y_2, z_2}, ...}] makes a 3D sector chart with sector angle proportional to x_i, radius y_i, and height z_i.SectorChart3D[{..., w_i[{x_i, ...
CCodeGenerate[cfun, name, opts] generates C code from the compiled function cfun using the name as the exported function name, and saves in the file ...
$CCompiler sets the default C compiler to use for operating on C code.
CompilePrint[cfun] prints a human readable form of a compiled function.
RemoteKernelCloseAll[] closes all kernels returned by RemoteServicesLinks.
RemoteServicesLinks[] returns the list of all Lightweight Grid kernels that are currently open.
UnsetWidgetReference[name] removes a widget from the registry with a name in the current interface.