HypercubeGraph[n] gives the n-dimensional hypercube graph Q_n.
GridGraph[{m, n}] gives the grid graph with m*n vertices G m, n.GridGraph[{n_1, n_2, ..., n_k}] gives the k-dimensional grid graph with n_1*n_2*\[CenterEllipsis]*n_k vertices ...
RandomGraph[{n, m}] gives a pseudorandom graph with n vertices and m edges.RandomGraph[{n, m}, k] gives a list of k pseudorandom graphs.RandomGraph[gdist, ...] samples from ...
WheelGraph[n] gives the wheel graph with n vertices W_n.
Mathematica includes comprehensive support for XML, the meta-markup language developed by the World Wide Web Consortium (W3C) for describing structured documents and data. ...
OpenCLMemoryAllocate[t, len] allocates a new one-dimensional list of type t returning OpenCLMemory.OpenCLMemoryAllocate[t, {d_1, d_2, ...}] allocates a new list of dimensions ...
Mathematica can run parallel kernels in a number of different ways; locally on the same machine or remote on other machines connected in a network. Furthermore, the network ...
AdjacencyGraph[amat] gives the graph with adjacency matrix amat.AdjacencyGraph[{v_1, v_2, ...}, amat] gives the graph with vertices v_i and adjacency matrix amat.
Programming OpenCL in Mathematica is simple since the user need not write C wrapper code—which can be quite verbose, difficult to understand, and hard to debug. Using ...
Functions relating real numbers and integers. Extracting integer and fractional parts. IntegerPart[x] and FractionalPart[x] can be thought of as extracting digits to the left ...