$OpenCLDevice is a device used throughout OpenCLLink's computation.
$OpenCLPlatform is a platform used throughout OpenCLLink's computation.
AppendColumns, AppendRows, and BlockMatrix are available using the Mathematica kernel functions Join and ArrayFlatten. TakeRows, TakeColumns, TakeMatrix, and SubMatrix are ...
Functionality in this package has been added to the built-in Mathematica kernel. Mode is replaced by the kernel function Commonest.
AdjacencyMatrix[g] gives the vertex\[Dash]vertex adjacency matrix of the graph g.
Binomial[n, m] gives the binomial coefficient ( { {n}, {m} } ).
Blend
(Built-in Mathematica Symbol) Blend[{col_1, col_2}, x] gives a color obtained by blending a fraction 1 - x of color col_1 and x of color col_2.Blend[{col_1, col_2, col_3, ...}, x] linearly interpolates ...
CharacteristicFunction[dist, t] gives the characteristic function for the symbolic distribution dist as a function of the variable t.CharacteristicFunction[dist, {t_1, t_2, ...
CountryData["tag", " property"] gives the value of the specified property for the country, country-like entity, or group of countries specified by " tag".CountryData["tag", ...
DiscreteShift[f, i] gives the discrete shift DiscreteShift[f(i), i] == f(i + 1). DiscreteShift[f, {i, n}] gives the multiple shift \[DiscreteShift]_i^n\ f.DiscreteShift[f, ...