TextClipboardType is an option for cells that specifies how Edit \[FilledRightTriangle] Copy treats a cell when converting it for the system's textual clipboard.
TetGenExpression[id] represents an instance of a TetGen object.
CUDALink allows Mathematica to use the CUDA parallel computing architecture on Graphical Processing Units (GPUs). It contains functions that use CUDA-enabled GPUs to boost ...
All the functionality of NumericalMath`Approximations` is now available in the newly created Function Approximations Package.
All the functionality of NumericalMath`Butcher`is now available in the newly created Numerical Differential Equation Analysis Package.
All the functionality of NumericalMath`EquationTrekker` is now available in the newly created Equation Trekker Package.
DumpSave["file.mx", symbol] writes definitions associated with a symbol to a file in internal Mathematica format. DumpSave["file.mx", " context`"] writes out definitions ...
FromOrderedPairs[l] constructs an edge list representation from a list of ordered pairs l, using a circular embedding. FromOrderedPairs[l, v] uses v as the embedding for the ...
Isomorphism[g, h] gives an isomorphism between graphs g and h if one exists. Isomorphism[g, h, All] gives all isomorphisms between graphs g and h. Isomorphism[g] gives the ...
MakeGraph[v, f] constructs the graph whose vertices correspond to v and edges between pairs of vertices x and y in v for which the binary relation defined by the Boolean ...