OpenCLMemoryCopyToHost[mem] force copies OpenCLMemory from the GPU to the CPU.
OpenCLMemory[args, ...] is a handle to memory registered with the OpenCLLink memory manager.
OpenCLLink allows Mathematica to use the OpenCL parallel computing language. It contains functions that facilitate loading user-defined OpenCL functions into Mathematica. ...
SQLTables[conn] returns the SQLTable objects for each table in an SQL connection.
Mathematica's core tree-oriented symbolic language makes it well suited to working with a hierarchical view of C code as Mathematica expressions. This supports the use of the ...
Geodesate
(Polyhedron Operations Package Symbol) Geodesate[expr, n] replaces each polygon in graphics expression expr by the projection onto the circumscribed sphere of the order n regular tessellation of that ...
SQLTableTypeNames[conn] returns the types of table supported in an SQL connection.
CUDAMemoryLoad[list] registers list into the CUDALink memory manager.CUDAMemoryLoad[img] registers img into the CUDALink memory manager.
In some cases, such as in a cluster environment, the machine may be run in headless mode, that is, not starting the GUI server (such as X). The operating system may ...