PermutationReplace[expr, perm] replaces each part in expr by its image under the permutation perm.PermutationReplace[expr, gr] returns the list of images of expr under all ...
Radon
(Built-in Mathematica Symbol) Radon[image] gives an image representing the discrete Radon transform of image.Radon[image, {w, h}] specifies the width w and the height h of the resulting image.Radon[image, ...
CUDAMap[f, lst] applies f to each element on lst.
As of Mathematica 8, the functionality of the Wavelet Explorer add-on has been integrated into the Mathematica kernel.
RandomGraph[n, p] constructs a random labeled graph on n vertices with an edge probability of p.
ChartLabels is an option for charting functions that specifies what labels should be used for chart elements.
DateTicksFormat is an option for DateListPlot which specifies how date tick labels should be formatted.
FiniteGroupCount[n] gives the number of finite groups of order n.
GraphHighlight is an option to Graph and related objects that specifies graph elements to highlight.