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, ...
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 ...
DaysPlus[{year, month, day}, n] gives the date n days after the date {year, month, day}.DaysPlus[{year, month, day, hour, minute, second}, n] gives the date n days after the ...
Widget["Table"] represents a table.
The CCompilerDriver package lets you work with C compilers that are installed on your computer. It lets you build executables, libraries, and object files from C source code. ...
CalendarChange[{year, month, day}, calendar_1, calendar_2] converts the date {year, month, day} given in calendar calendar_1 into a date given in calendar ...
WishartDistribution[\[CapitalSigma], m] represents a Wishart distribution with scale matrix \[CapitalSigma] and degrees of freedom parameter m.
MDB
(Mathematica Import/Export Format) MIME types: application/mdb, application/msaccess, application/vnd.msaccess MDB database file. Native format of the Microsoft Access database application. Used in conjunction ...
DistributeDefinitions[s_1, s_2, ...] distributes all definitions for the symbols s_i to all parallel kernels.DistributeDefinitions["context"] distributes definitions for all ...
GeoProjectionData["projection", " property"] gives the value of the specified property for the specified cartographic projection.GeoProjectionData["projection"] gives the ...