BubbleChart[{{x_1, y_1, z_1}, {x_2, y_2, z_2}, ...}] makes a bubble chart with bubbles at positions {x_i, y_i} with sizes z_i.BubbleChart[{..., w_i[{x_i, y_i, z_i}, ...], ...
RectangleChart[{{x_1, y_1}, {x_2, y_2}, ...}] makes a rectangle chart with bars of width x_i and height y_i. RectangleChart[{..., w_i[{x_i, y_i}, ...], ..., w_j[{x_i, y_j}, ...
The first part of this User Guide describes using J/Link to allow you to call from Mathematica into Java, thereby extending the Mathematica environment to include the ...
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. ...
CreateLibrary[source, name] compiles a string of C code and creates a library file, name.ext.CreateLibrary[{file 1, ...}, name] compiles a number of C source files and ...
CCS
(Cluster Integration Symbol) CCS["name"] represents a Windows Compute Cluster Server with the specified name.
HPC
(Cluster Integration Symbol) HPC["name"] represents a Windows High Performance Computing Server with the specified name.
RemoteKernelInformation[link] returns information about the Lightweight Grid kernel connected on link.RemoteKernelInformation[] returns information about all open Lightweight ...
CArray
(SymbolicC Package Symbol) CArray[name, args] is a symbolic representation of an array.
CAssign[lhs, rhs] is a symbolic representation of an assignment statement.