LoadCOMTypeLibrary[library] creates a so-called "interop" assembly from the named type library and loads that assembly.
MLINK MLDuplicateLink (MLINK parent, const char *name, int *err) returns a copy of parent and sets the new link object's name to name.
CUDAImageAdd[img, x] adds an amount x to each channel value in img.CUDAImageAdd[mem, x] adds an amount x to each channel value in mem.CUDAImageAdd[img 1, img 2] gives an ...
Subsets
(Built-in Mathematica Symbol) Subsets[list] gives a list of all possible subsets of list. Subsets[list, n] gives all subsets containing at most n elements. Subsets[list, {n}] gives all subsets containing ...
Inner
(Built-in Mathematica Symbol) Inner[f, list_1, list_2, g] is a generalization of Dot in which f plays the role of multiplication and g of addition.
CUDAFold[f, x, list] gives the last element of CUDAFoldList[f, x, list].
NFourierSeries[expr, t, n] gives a numerical approximation to the order n Fourier exponential series expansion of expr, where expr is a periodic function of t with period 2 ...
NFourierTrigSeries[expr, t, k] gives a numerical approximation to the order n Fourier trigonometric series expansion of expr, where expr is a periodic function of t with ...
KnownVariance is an option to statistical confidence interval and hypothesis test functions that specifies the value of the population variance.
Mathematica allows you to treat abstract 3D graphics using familiar physical metaphors. It provides not only real-time 3D manipulation, but also detailed programmatic control ...