LongestCommonSequence[s_1, s_2] finds the longest sequence of contiguous or disjoint elements common to the strings or lists s_1 and s_2.
MemoryInUse[] gives the number of bytes currently being used to store all data in the current Mathematica kernel session. MemoryInUse[$FrontEnd] gives the number of bytes ...
SlideView[{expr_1, expr_2, ...}] represents an object in which the expr_i are set up to be displayed on successive slides. SlideView[{expr_1, expr_2, ...}, i] makes the ...
mint const*MTensor_getDimensions (MTensor t) gets an array of the dimensions of an MTensor.
Ever since Version 3 of Mathematica, there has been rich support for arbitrary mathematical typesetting and layout. Underlying all that power was a so-called box language, ...
Mathematica includes rich support for linking between notebooks and from notebooks to websites. You can simply add references to a single notebook or link between a series of ...
Internal representations used by Mathematica. When you type input into Mathematica, a data structure is created in the memory of your computer to represent the expression you ...
DeleteCycle[g, c] deletes a simple cycle c from graph g. c is specified as a sequence of vertices in which the first and last vertices are identical. g can be directed or ...
EdgeConnectivity[g] gives the minimum number of edges whose deletion from graph g disconnects it. EdgeConnectivity[g, Cut] gives a set of edges of minimum size whose deletion ...
MeanShift[list, d] replaces each element in list by the mean of the values of all elements that differ by less than d.