GPX
(Mathematica Import/Export Format) GPX global positioning data. Standard format for exchanging GPS location data. Stores GIS data recorded with GPS devices. GPX is an acronym for GPS Exchange Format. XML ...
MIME type: chemical/x-daylight-smiles SMILES chemical format. Commonly used to describe the structure of chemical molecules. SMILES is an acronym for Simplified Molecular ...
Sequence of unsigned 16-bit integers. Raw binary format. Equivalent to the Byte format.
Sequence of unsigned 24-bit integers. Raw binary format. Equivalent to the Byte format.
AbelianGroup[{n_1, n_2, ...}] represents the direct product of the cyclic groups of degrees n_1, n_2, ....
ClusteringComponents[array] gives an array in which each element of array is replaced by an integer index representing the cluster in which the element ...
ImageResize[image, w] gives a resized version of image that is w pixels wide.ImageResize[image, {s}] gives a resized version of image with a maximum pixel width or height ...
InverseRadon[image] gives the inverse discrete Radon transform of image.InverseRadon[image, {w, h}] specifies the width w and the height h of the resulting image.
MatrixQ
(Built-in Mathematica Symbol) MatrixQ[expr] gives True if expr is a list of lists or a two-dimensional SparseArray object that can represent a matrix, and gives False otherwise. MatrixQ[expr, test] gives ...
PermutationMax[perm] returns the largest integer moved by the permutation perm.