The CCompilerDriver Package lets you work with C compilers that are installed on your computer. It is used automatically by the Mathematica compiler when you set the option ...
ProvablePrimeQ[n] gives True if n is provably prime, and False otherwise.
Introduction to J/Link Calling Java from Mathematica Writing Java Programs That Use Mathematica
InverseFourier[list] finds the discrete inverse Fourier transform of a list of complex numbers.
CUDAInformation[] queries information on all CUDA devices detected.CUDAInformation[dev] queries information on CUDA dev.CUDAInformation[dev, prop] queries prop on CUDA dev.
CUDABoxFilter[img, r] gives the box filter of img with radius r.CUDABoxFilter[list, r] gives the box filter of list with radius r.CUDABoxFilter[mem, r] gives the box filter ...
The functions defined in ResonanceAbsorptionLines` allow you to efficiently search through an atomic data table for resonance absorption lines. Other functions give ...
There are a number of features of the GUIKit framework that aid deployment of user interface definitions with your own AddOns so that they can be easily executed when needed. ...
MaximalIndepndentEdgeSet[g] gives a maximal independent edge set of an undirected graph g.
Simplify[expr] performs a sequence of algebraic and other transformations on expr, and returns the simplest form it finds. Simplify[expr, assum] does simplification using ...