The CCompilerDriver package lets you work with C compilers that are installed on your computer. It is used automatically by the Mathematica compiler when you set the option ...
The Mathematica compiler provides an important way both to speed up and also to work with Mathematica computations. Introduction Compiled Function Operation
Widget
(GUIKit Package Symbol) Widget[class : class | path | URL[path], {content}] defines a new widget instance.
$GUIPath lists the directories searched in attempting to find interface files.
Interface definitions can be defined using either a Mathematica expression or an XML definition. For many usages the Mathematica syntax is preferred. However, in cases where ...
NInverseFourierCoefficient[expr, n, t] gives a numerical approximation to the function, evaluated at t, whose Fourier exponential series representation has coefficients given ...
Bicomponents[g] gives the biconnected components of the undirected graph g.
CommunityStructurePartition[g] gives the partition of a graph g into communities.
NeighborhoodVertices[g, i, r] gives vertices that can be reached from vertex i within r hops.NeighborhoodVertices[g, i] gives vertices that can be reached from vertex i.
InitializeXMLParser[root, " file"] creates an XMLParser object that has a list of entities corresponding to the contents of " file" and can be used on XML documents that have ...