Basic vector operations. This is a vector in three dimensions. This gives a vector u in the direction opposite to v with twice the magnitude.
CUDAArgMaxList[list] gives the index of the maximum element in list.
CUDAMemoryGet[mem] gets CUDAMemory into the CPU and Mathematica.
SymbolicCUDABlockDimension[dim] is a symbolic representation of a CUDA kernel block dimension call.
SymbolicCUDABlockIndex[dim] is a symbolic representation of a CUDA kernel block index call.
SymbolicCUDAFunction[name, args] is a symbolic representation of a CUDA function declaration.SymbolicCUDAFunction[name, args, body] is a symbolic representation of a CUDA ...
SymbolicCUDAKernelIndex[dim] is a symbolic representation of a CUDA kernel index call.
SymbolicCUDAThreadIndex[dim] is a symbolic representation of a CUDA kernel thread index call.
DatabaseLink has functions for working with the tables of data in a database. It can create and drop tables, as well as fetch information about the organization of tables in ...
DatabaseResourcesPath[] gives the list of directories that are searched to find database resources.