It is always a good idea to give variables and functions names that are as explicit as possible. Sometimes, however, such names may get inconveniently long. In Mathematica, ...
Xnor
(Built-in Mathematica Symbol) Xnor[e_1, e_2, ...] is the logical XNOR (not XOR) function. It gives True if an even number of the e_i are True, and the rest are False. It gives False if an odd number of ...
CUDAMemoryCopyToHost[mem] force copies CUDAMemory from the GPU to the CPU.
ArgMax
(Built-in Mathematica Symbol) ArgMax[f, x] gives a position x_max at which f is maximized.ArgMax[f, {x, y, ...}] gives a position {x_max, y_max, ...} at which f is maximized.ArgMax[{f, cons}, {x, y, ...}] ...
Head
(Built-in Mathematica Symbol) Head[expr] gives the head of expr.
Mathematica uses a large number of original algorithms to provide automatic systemwide support for inequalities and inequality constraints. Whereas equations can often be ...
IntegerExponent[n, b] gives the highest power of b that divides n.
CUDAMemoryCopyToDevice[mem] force copies CUDAMemory from the CPU to the GPU.
MakeExpression[boxes, form] is the low-level function used in Mathematica sessions to construct expressions from boxes.
Automatically selecting between hundreds of powerful and in many cases original algorithms, Mathematica provides both numerical and symbolic solving of differential equations ...