CUDADot[vec 1, vec 2] gives the dot product of vec_1 and vec_2.CUDADot[mat, vec] gives the matrix-vector product of mat and vec.CUDADot[mat_1, mat_2] gives the matrix-matrix ...
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 ...
SQLTableTypeNames[conn] returns the types of table supported in an SQL connection.
SQLDelete deletes data from a database. An alternative, using raw SQL, is described in "Deleting Data with Raw SQL". If you find that the examples in this tutorial do not ...
SQLUpdate modifies data in a database. An alternative, using raw SQL, is described in "Updating Data with Raw SQL". If you find that the examples in this tutorial do not work ...
OpenCLImplicitRender3D[poly, vars, r] ray traces the implicit surface poly = 0 as a function of vars with bound sphere of radius r.
LSF
(Cluster Integration Symbol) LSF["name"] represents a Platform Load Sharing Facility cluster with the specified name.
PBS
(Cluster Integration Symbol) PBS["name"] represents a Altair Portable Batch System with the specified name.
SGE
(Cluster Integration Symbol) SGE["name"] represents a Sun Grid Engine with the specified name.
The Wolfram Lightweight Grid is a system for launching and managing remote Mathematica kernels, a key element of a Mathematica^® grid computing environment.