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.
The release of Mathematica 6 in May 2007 represented a revolution in the development of Mathematica. Building on this revolution, Mathematica 7 not only greatly broadens and ...
Mathematica provides users with access to their computer's file system (Files), interprocess communication (MathLink Mathematica Functions), evaluation of data as code ...
Vectors and matrices in Mathematica are simply represented by lists and by lists of lists, respectively. The representation of vectors and matrices by lists. This is a 2×2 ...