In order to write the most general Mathematica programs you will sometimes need to find out global information about the setup under which your program is being run. Thus, ...
CUDAClosing[img, r] gives the closing of img with respect to a range-r square.CUDAClosing[list, r] gives the closing of list with respect to a range-r square.CUDAClosing[mem, ...
CUDAImageConvolve[img, kern] gives the convolution of img with kern.CUDAImageConvolve[list, kern] gives the convolution of list with kern.CUDAImageConvolve[mem, kern] gives ...
CUDATranspose[mat] transposes input matrix mat.CUDATranspose[mem] transposes input CUDAMemory mem.
TetGenImport["file.ext", expr] imports data from a file into a TetGen expression. TetGenImport["file", expr, "format"] imports data in the specified format.
When fitting data to a model, it is often important to obtain additional results to compare the data to the fitted function. You may wish to check the significance of ...
Diagnostics are an important part of analyzing models of data. Plots of residuals and leverage or influence measures provide valuable insight into whether assumptions of the ...
FITS
(Mathematica Import/Export Format) MIME types: application/fits, image/fits FITS scientific image and data format. Standard format for the exchange and archival storage of astronomical data. Endorsed by NASA ...
GIF
(Mathematica Import/Export Format) Registered MIME type: image/gif GIF raster image format. Commonly used for static and animated graphics on the web. GIF is an acronym for Graphics Interchange Format. Binary ...