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.
Arrow
(Built-in Mathematica Symbol) Arrow[{pt_1, pt_2}] is a graphics primitive that represents an arrow from pt_1 to pt_2.Arrow[{pt_1, pt_2}, s] represents an arrow with its ends set back from pt_1 and pt_2 by ...
FisherRatioTest[data] tests whether the variance of data is one. FisherRatioTest[{data_1, data_2}] tests whether the variances of data_1 and data_2 are ...
GraphicsGrid[{{g_11, g_12, ...}, ...}] generates a graphic in which the g_ij are laid out in a two-dimensional grid.
LeveneTest[data] tests whether the variance of data is 1. LeveneTest[{data_1, data_2}] tests whether the variances of data_1 and data_2 are equal.LeveneTest[dspec, ...
Position[expr, pattern] gives a list of the positions at which objects matching pattern appear in expr. Position[expr, pattern, levelspec] finds only objects that appear on ...