$RecursionLimit gives the current limit on the number of levels of recursion that Mathematica can use.
CUDAArgMinList[list] gives the index of the minimum element in list.
CUDAFunctionInformation[fun] returns information about a CUDAFunction.
CUDAInverseFourier[list] finds the discrete inverse Fourier transform of a list of complex numbers.CUDAInverseFourier[mem] finds the discrete inverse Fourier transform of a ...
CUDAMemoryCopyToDevice[mem] force copies CUDAMemory from the CPU to the GPU.
CUDAMemoryGet[mem] gets CUDAMemory into the CPU and Mathematica.
CUDAMemory[args] is a handle to memory loaded using CUDAMemoryLoad or CUDAMemoryAllocate.
SymbolicCUDADeclareIndexBlock[dim] is a symbolic representation of a CUDA kernel index declaration.
SymbolicCUDAFunction[name, args] is a symbolic representation of a CUDA function declaration.SymbolicCUDAFunction[name, args, body] is a symbolic representation of a CUDA ...
DatabaseLink provides a number of functions for connection to an SQL database. It also supports a resource mechanism that allows the details of how the connection is set up ...