p .. or Repeated[p] is a pattern object that represents a sequence of one or more expressions, each matching p. Repeated[p, max] represents up to max expressions matching ...
Introduction General Graph Drawing Hierarchical Drawing of Directed Graphs
ConnectToFrontEnd[] establishes a link to the notebook front end for use by the UseFrontEnd[] function.
int MTensor_getInteger (MTensor t, mint*pos, mint numpos, MTensor*pres) gets a subtensor element from an MTensor.
int MTensor_setMTensor (MTensor t, MTensor val, mint*pos, mint numpos) sets a subtensor element in an MTensor.
DefineNETDelegate[name, rtype, ptypes] creates a new .NET delegate type with the given name name, return type rtype, and parameter types ptypes.
SendDelegateArguments is an option to AddEventHandler and NETNewDelegate that specifies which of the delegate arguments you want to be passed to your Mathematica callback ...
Scaled
(Built-in Mathematica Symbol) Scaled[{x, y, ...}] gives the position of a graphical object in terms of coordinates scaled to run from 0 to 1 across the whole plot range in each direction. Scaled[{dx, dy, ...
Parallelize[expr] evaluates expr using automatic parallelization.
Matrices are represented in Mathematica with lists. They can be entered directly with the { } notation, constructed from a formula, or imported from a data file. Mathematica ...