CUDAArgMinList[list] gives the index of the minimum element in list.
CUDAColorNegate[image] performs color negation on image.CUDAColorNegate[list] performs color negation on list.CUDAColorNegate[mem] performs color negation on memory ...
CUDADilation[img, r] gives the morphological dilation of img with respect to a range-r square.CUDADilation[mem, r] gives the morphological dilation of list with respect to a ...
CUDAErosion[img, r] gives the morphological erosion of img with respect to a range-r square.CUDAErosion[list, r] gives the morphological erosion of list with respect to a ...
CUDAFold[f, x, list] gives the last element of CUDAFoldList[f, x, list].
CUDAInverseFourier[list] finds the discrete inverse Fourier transform of a list of complex numbers.CUDAInverseFourier[mem] finds the discrete inverse Fourier transform of a ...
CUDAOpening[img, r] gives the morphological opening of img with respect to a range-r square.CUDAOpening[list, r] gives the morphological opening of list with respect to a ...
TetGen is a quality tetrahedral mesh generator and a three-dimensional Delaunay triangulator. TetGenLink is a Mathematica application that uses Wolfram Library Link to link ...
int MLPutDouble (MLINK link, double x) puts the floating-point number x of C type double to the MathLink connection specified by link.
int MLPutRawSize (MLINK link, int s) prepares link to receive raw character data or numeric data of length s bytes.