CUDAFunctionLoad[src, fun, argtypes, blockdim] loads CUDAFunction from scr and makes fun available in Mathematica.CUDAFunctionLoad[{srcfile}, fun, argtypes, blockdim] loads ...
ControllerState["c"] gives the state of the control c for the first connected controller device on which it is supported.ControllerState[{"c_1", "c_2", ...}] gives the states ...
"Introduction to Manipulate" and "Introduction to Dynamic" provide most of the information you need to use Mathematica's interactive features accessible through the functions ...
When you enter a piece of input such as 2+2, Mathematica first recognizes the + as an operator and constructs the expression Plus[2,2], then uses the built-in rules for Plus ...
Huge numerical datasets are routine for Mathematica. Its powerful array primitives make large-scale array manipulation both easy to specify and highly efficient. And its ...
ItemStyle is an option for Grid, Column, and related constructs that specifies styles to use for items.
Mathematica contains hundreds of original algorithms for computing integer functions involving integers of any size.
Mathematica contains the world's largest collection of number theoretic functions, many based on specially developed algorithms.
InputAutoReplacements is an option for cells and notebooks which specifies strings of characters that should be replaced immediately on input.