New function WordData has been added to the built-in Mathematica kernel. New function DictionaryLookup has been added to the built-in Mathematica kernel.
mcomplex*MTensor_getComplexData (MTensor t) gets an array of the data elements of an MTensor of complex type.
mint*MTensor_getIntegerData (MTensor t) gets an array of the data elements of an MTensor of integer type.
double*MTensor_getRealData (MTensor t) gets an array of the data elements of an MTensor of real type.
NMaxValue[f, x] gives the maximum value of f with respect to x.NMaxValue[f, {x, y, ...}] gives the maximum value of f with respect to x, y, .... NMaxValue[{f, cons}, {x, y, ...
NMinValue[f, x] gives the minimum value of f with respect to x.NMinValue[f, {x, y, ...}] gives the minimum value of f with respect to x, y, .... NMinValue[{f, cons}, {x, y, ...
IncidenceGraph[m] gives the graph with incidence matrix m.
BarCharts`
(Mathematica Compatibility Information) As of Version 7, the Bar Charts Package has been integrated into the Mathematica kernel.
int processMathLink (MLINK link) calls Mathematica to process the expression written onto a link.
The functionality of Algebra`FiniteFields` is now available in the newly created Finite Fields Package.