NullSpace[m] gives a list of vectors that forms a basis for the null space of the matrix m.
Pruning
(Built-in Mathematica Symbol) Pruning[image] removes the outermost branches of thin objects in image by setting their values to black.Pruning[image, n] removes branches that are at most n pixels ...
Code generation from Mathematica involves converting programs written in the Mathematica language into other languages and then supporting them so that they can be executed. ...
FindShortestPath[g, s, t] finds the shortest path from source vertex s to target vertex t in the graph g.FindShortestPath[g, s, All] generates a ShortestPathFunction[...] ...
ItemStyle is an option for Grid, Column, and related constructs that specifies styles to use for items.
PBM
(Mathematica Import/Export Format) MIME type: image/x-portable-bitmap PBM monochrome raster image format. Member of the Portable family of image formats. Related to PGM and PPM. Implements a subset of the PNM ...
DefaultLabelStyle is a low-level option for formatting and related constructs that specifies the default style to use in displaying their label-like elements.
GeometricMeanFilter[image, r] filters image by replacing every value by the geometric mean of the values in its range r neighborhood. GeometricMeanFilter[data, r] applies ...
LiftingWaveletTransform[data] gives the lifting wavelet transform (LWT) of an array of data.LiftingWaveletTransform[data, wave] gives the lifting wavelet transform using the ...
CForm
(Built-in Mathematica Symbol) CForm[expr] prints as a C language version of expr.