There are often many different ways to write the same algebraic expression. As one example, the expression (1+x)^2 can be written as 1+2x+x^2. Mathematica provides a large ...
CUDACCompilers[] gives a list of C compilers detected on system and supported by NVCCCompiler.
CUDAMemoryInformation[mem] gives information on CUDAMemory.
CUDAMemoryUnload[mem 1, mem 2, ...] unloads CUDAMemory from the CUDALink memory manager.
CUDAQ[] returns True if a CUDA-capable device is available and False otherwise.
CUDAResourcesUninstall[] uninstalls the CUDAResources paclet.
CUDASort[vec] sorts the input vector.CUDASort[mem] sorts CUDAMemory in place.CUDASort[vec, op] sorts input with respect to the ordering function op.
CUDATotal[vec] gives the total of the absolute value of a vector vec.
SQLServerLaunch[{name -> location, ...}] launches a database server that hosts access to the databases specified in the parameters.
Introduction Library Structure and Life Cycle Interaction with Mathematica