int MLPutUTF16Symbol (MLINK link, const unsigned short *s, int len) puts a symbol whose name is given by UTF-16 encoded string s with length len to the MathLink connection ...
int MLPutUTF32Symbol (MLINK link, const unsigned int *s, int len) puts a symbol whose name is given by UTF-32 encoded string s with length len to the MathLink connection ...
int MLPutUTF8Symbol (MLINK link, const unsigned char *s, int len) puts a symbol whose name is given by UTF-8 encoded string s with length len to the MathLink connection ...
int MLReady (MLINK link) tests whether there is data ready to be read from link.
MLYieldFunctionObject is a MathLink type that describes a function pointer to a function taking an MLINK object as an argument and a MLYieldParameters object as an argument ...
LogPlot, ListLogPlot, and related functions have been added to the built-in Mathematica kernel. PolarPlot and ListPolarPlot have been added to the built-in Mathematica ...
Expand
(Built-in Mathematica Symbol) Expand[expr] expands out products and positive integer powers in expr. Expand[expr, patt] leaves unexpanded any parts of expr that are free of the pattern patt. >
Mathematica's core tree-oriented symbolic language makes it well suited to working with a hierarchical view of C code as Mathematica expressions. This supports the use of the ...
Orthogonalize, Normalize and Projection have been added to the built-in Mathematica kernel. Normalize can now take an arbitrary norm function.
CommunityStructureAssignment[g] gives the assignment of vertices of a graph g into communities.