CUDABoxFilter[img, r] gives the box filter of img with radius r.CUDABoxFilter[list, r] gives the box filter of list with radius r.CUDABoxFilter[mem, r] gives the box filter ...
FileNames[] lists all files in the current working directory. FileNames[form] lists all files in the current working directory whose names match the string pattern form. ...
Pattern matching makes possible some of the most succinct and elegant programs in the Mathematica language—immediately compressing large numbers of conditional cases into ...
Mathematica has a rich syntax carefully designed for consistency and efficient, readable entry of Mathematica's many language, mathematical, and other constructs. In addition ...
Mathematica is a large and complex software system. Although strongly not supported for production purposes, it is sometimes instructive to "spelunk" in the system, looking ...
$SharedFunctions is the list of functions currently being shared among parallel kernels.
$SharedVariables is the list of variables currently being shared among parallel kernels.
Mathematica's symbolic architecture supports a highly generalized notion of assignment, in which you can specify a transformation for any class of expressions defined by a ...
$ConfiguredKernels is the default list of kernels that are configured to be launched for parallel computing.
BooleanVariables[expr] gives a list of the Boolean variables in the Boolean expression expr.BooleanVariables[bf] gives the number of Boolean variables in the BooleanFunction ...