$CUDALinkLibraryPath is the directory that contains the CUDALink libraries for the system.
$CUDALinkPath is the path to the CUDALink application.
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 ...
SQLColumnPrivileges[conn] returns a table of access rights about the columns in an SQL connection.
SQLServer[...] is an object that represents a server process started in Mathematica.
SQLTablePrivileges[conn] returns a table of access rights about the tables in an SQL connection.
UseJVM[jvm, body] acts like a wrapper that causes all J/Link calls in body to use the specified JVM as the default Java runtime.
.NET/Link lets you write sophisticated user interfaces by calling .NET types directly from Mathematica. Doing so allows you to evaluate code as you add it, either one or ...
OpenCLFractalRender3D[width, height] renders a three-dimensional fractal with image size being the specified width and height.
OpenCLMemoryAllocate[t, len] allocates a new one-dimensional list of type t returning OpenCLMemory.OpenCLMemoryAllocate[t, {d_1, d_2, ...}] allocates a new list of dimensions ...