N
(Built-in Mathematica Symbol) N[expr] gives the numerical value of expr. N[expr, n] attempts to give a result with n-digit precision.
Mathematica provides built-in support for both programmatic and interactive image processing, fully integrated with Mathematica's powerful mathematical and algorithmic ...
Abs
(Built-in Mathematica Symbol) Abs[z] gives the absolute value of the real or complex number z.
ArrayRules[SparseArray[...]] gives the rules {pos_1 -> val_1, pos_2 -> val_2, ...} specifying elements in a sparse array. ArrayRules[list] gives rules for SparseArray[list].
CharacteristicPolynomial[m, x] gives the characteristic polynomial for the matrix m. CharacteristicPolynomial[{m, a}, x] gives the generalized characteristic polynomial with ...
Listable is an attribute that can be assigned to a symbol f to indicate that the function f should automatically be threaded over lists that appear as its arguments.
MapIndexed[f, expr] applies f to the elements of expr, giving the part specification of each element as a second argument to f. MapIndexed[f, expr, levelspec] applies f to ...
TraditionalForm[expr] prints as an approximation to the traditional mathematical notation for expr.
Lists are normally specified in Mathematica just by giving explicit lists of their elements. But particularly in working with large arrays, it is often useful instead to be ...
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 ...