FindIndependentEdgeSet[g] finds an independent edge set of the graph g with a maximum number of edges.
Reap
(Built-in Mathematica Symbol) Reap[expr] gives the value of expr together with all expressions to which Sow has been applied during its evaluation. Expressions sown using Sow[e] or Sow[e, tag_i] with ...
SquareFreeQ[expr] gives True if expr is a square-free polynomial or number, and False otherwise.SquareFreeQ[expr, vars] gives True if expr is square free with respect to the ...
The Part function allows you to access specific parts of Mathematica expressions. But particularly when your expressions have fairly uniform structure, it is often convenient ...
Mathematica notebooks allow you to create documents that can be viewed interactively on screen or printed on paper. Particularly in larger notebooks, it is common to have ...
CUDAFold[f, x, list] gives the last element of CUDAFoldList[f, x, list].
CUDAMemoryCopyToHost[mem] force copies CUDAMemory from the GPU to the CPU.
OpenCLMemoryCopyToHost[mem] force copies OpenCLMemory from the GPU to the CPU.
PoissonDistribution[\[Mu]] represents a Poisson distribution with mean \[Mu].
Computational geometry is the study of efficient algorithms for solving geometric problems. The nearest neighbor problem involves identifying one point, out of a set of ...