MLDeallocator is a MathLink type that describes a function pointer to a function taking a void * as an argument and having a return type of void that implements a memory ...
int MLUnsetSignalHandler (MLENV env, int signum, void *f) removes the Unix signal-handler function f as a signal handler for signal signum from the MathLink library ...
int MLFlush (MLINK link) flushes out any buffers containing data waiting to be sent on link.
Groups admit many different representations. In particular, all finite groups can be represented as permutation groups, that is, they are always isomorphic to a subgroup of ...
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. ...
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 ...
CatalanNumber and Subfactorial have been added to the built-in Mathematica kernel. CatalanNumber and Subfactorial can now be evaluated numerically for noninteger arguments. ...
NFourierTransform[expr, t, \[Omega]] gives a numerical approximation to the Fourier transform of expr evaluated at the numerical value \[Omega], where expr is a function of t.
NInverseFourierTransform[expr, \[Omega], t] gives a numerical approximation to the inverse Fourier transform of expr evaluated at the numerical value t, where expr is a ...
DistanceMatrix[list] gives a matrix of distances or dissimilarities between the elements of list.