Timing
(Built-in Mathematica Symbol) Timing[expr] evaluates expr, and returns a list of the time in seconds used, together with the result obtained.
$ScheduledTask returns the current ScheduledTaskObject.
Functions for manipulating elements in explicit lists. This gives a list with x prepended. This inserts x so that it becomes element number 2.
Representations of real intervals. This represents all numbers between -2 and +5. The square of any number between -2 and +5 is always between 0 and 25.
Finding and setting values of symbols. Mathematica effectively stores all definitions you give as lists of transformation rules. When a particular symbol is encountered, the ...
CUDAArgMaxList[list] gives the index of the maximum element in list.
CUDAFluidDynamics[] demonstrates computational fluid dynamics using CUDALink.
CUDATotal[vec] gives the total of the absolute value of a vector vec.
CUDAVolumetricRender[vol] performs volumetric rendering using the input data.