Functions for manipulating elements in explicit lists. This gives a list with x prepended. This inserts x so that it becomes element number 2.
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.
NormalDashed is a value that the option EdgeStyle can take on in the graph data structure or in ShowGraph.
ThickDashed is a value that the option EdgeStyle can take on in the graph data structure or in ShowGraph.
ThinDashed is a value that the option EdgeStyle can take on in the graph data structure or in ShowGraph.
UnitransitiveGraph returns a 20-vertex, 3-unitransitive graph, discovered by Coxeter, that is not isomorphic to a 4-cage or a 5-cage.