CUDAArgMaxList[list] gives the index of the maximum element in list.
FindRoot[f, {x, x_0}] searches for a numerical root of f, starting from the point x = x_0.FindRoot[lhs == rhs, {x, x_0}] searches for a numerical solution to the equation lhs ...
ChartLabels is an option for charting functions that specifies what labels should be used for chart elements.
OneIdentity is an attribute that can be assigned to a symbol f to indicate that f[x], f[f[x]], etc. are all equivalent to x for the purpose of pattern matching.
$MessagePrePrint is a global variable whose value, if set, is applied to expressions before they are included in the text of messages.
Basic Plotting Options for Graphics Redrawing and Combining Plots
CUDAClosing[img, r] gives the closing of img with respect to a range-r square.CUDAClosing[list, r] gives the closing of list with respect to a range-r square.CUDAClosing[mem, ...
Throughout any computation, Mathematica maintains an evaluation stack containing the expressions it is currently evaluating. You can use the function Stack to look at the ...
PalettePath is a global option that specifies which directories Mathematica searches for palettes on startup.
Not
(Built-in Mathematica Symbol) ! expr is the logical NOT function. It gives False if expr is True, and True if it is False.