MinimumBandwidthOrdering[g] attempts to find a vertex ordering that minimizes the bandwidth of the undirected graph g.MinimumBandwidthOrdering[m] attempts to find row and ...
QuadraticFormDistribution[{a, b, c}, {\[Mu], \[CapitalSigma]}] represents the distribution of a quadratic form z.a.z + b.z + c for multivariate normal z.
NLimit
(Numerical Calculus Package Symbol) NLimit[expr, z -> z_0] numerically finds the limiting value of expr as z approaches z_0.
Mathematica allows any front end command to be executed programmatically from within the kernel by sending an appropriate front end token. There are tokens for all standard ...
$ConfiguredKernels is the default list of kernels that are configured to be launched for parallel computing.
CUDAQ[] returns True if a CUDA-capable device is available and False otherwise.
CUDAVolumetricDataRead[file, height, depth] reads volumetric data stored in file with specified height and depth.
$CUDALinkLibraryPath is the directory that contains the CUDALink libraries for the system.
DatabaseExplorer[] launches a graphical user interface to DatabaseLink.
This example shows how to use a private database to store Mathematica commands and query the data from Java and Mathematica. If you find that the examples in this section do ...