Database connection pools are a common way to improve the performance of database operations. They can be useful because creating a new connection can easily take several ...
Mathematica's breadth of functionality in handling documents, computation, and graphics gives it a rich collection of menu items—all carefully designed to be as familiar as ...
Evaluate in Place evaluates a selection in place.
ClusteringComponents[array] gives an array in which each element of array is replaced by an integer index representing the cluster in which the element ...
Conditioned[expr, cond] or expr \[Conditioned] cond represents expr conditioned by the predicate cond.
Context
(Built-in Mathematica Symbol) Context[] gives the current context. Context[symbol] gives the context in which a symbol appears.
ControllableModelQ[ss] yields True if the StateSpaceModel object ss is controllable, and False otherwise.
CyclicGroup[n] represents the cyclic group of degree n.
ImageCorrespondingPoints[image_1, image_2] finds a set of matching interest points in image_1 and image_2 and returns their pixel coordinates.
Inpaint
(Built-in Mathematica Symbol) Inpaint[image, region] retouches parts of image that correspond to nonzero elements in region.