CUDAFluidDynamics[] demonstrates computational fluid dynamics using CUDALink.
CUDAMemoryInformation[mem] gives information on CUDAMemory.
CUDAMemoryUnload[mem 1, mem 2, ...] unloads CUDAMemory from the CUDALink memory manager.
CUDAResourcesUninstall[] uninstalls the CUDAResources paclet.
CUDATotal[vec] gives the total of the absolute value of a vector vec.
$CUDADevice is the CUDA device used in computation.
DatabaseLink provides functions for working with data stored in tables in SQL databases. Operations such as searching, inserting, and deleting are supported. They also ...
int MTensor_getInteger (MTensor t, mint*pos, mint*pres) gets an element from an MTensor of integer type.
int MTensor_getInteger (MTensor t, mint*pos, mreal*pres) gets a single element of an MTensor of real type.
void MTensor_setInteger (MTensor t, mint*pos, mint value) sets a single element of an MTensor of integer type.