BetaNegativeBinomialDistribution[\[Alpha], \[Beta], n] represents a beta negative binomial mixture distribution with beta distribution parameters \[Alpha] and \[Beta], and n ...
FindEulerianCycle[g] finds an Eulerian cycle in the graph g if one exists.FindEulerianCycle[g, k] finds at most k Eulerian cycles.
ConjugateTranspose[m] or m^\[ConjugateTranspose] gives the conjugate transpose of m.
EdgeLabels is an option and property for Graph and related functions that specifies what labels and label positions should be used for edges.
Code generation from Mathematica involves converting programs written in the Mathematica language into other languages and then supporting them so that they can be executed. ...
LaunchKernels[] launches all currently configured parallel subkernels.LaunchKernels[n] launches n local subkernels on the current computer.LaunchKernels[des] launches a ...
ToRadicals[expr] attempts to express all Root objects in expr in terms of radicals.
Data storage, indexing, and retrieval have long been crucial tasks of many large organizations such as governments, banks, hospitals, and libraries. As human societies have ...
OpenCLMemoryCopyToHost[mem] force copies OpenCLMemory from the GPU to the CPU.
OpenCLMemory[args, ...] is a handle to memory registered with the OpenCLLink memory manager.