When you enter a piece of input such as 2+2, Mathematica first recognizes the + as an operator and constructs the expression Plus[2,2], then uses the built-in rules for Plus ...
Spheroidal functions. The radial spheroidal functions SpheroidalS1[n,m, γ,z] and SpheroidalS2[n,m,γ,z] and angular spheroidal functions SpheroidalPS[n,m,γ,z] and ...
CUDAImageConvolve[img, kern] gives the convolution of img with kern.CUDAImageConvolve[list, kern] gives the convolution of list with kern.CUDAImageConvolve[mem, kern] gives ...
JDBCDriver[args] specifies the configuration for connecting to a database produced by a specific vendor.
DatabaseLink provides two styles of commands for working with data: one for those who are familiar with Mathematica and the other for those who are familiar with SQL. ...
LoadNETType["type"] loads the specified type into the .NET runtime and returns a NETType expression that can be used to identify the type.LoadNETType["type", assembly] loads ...
TetGenGetFacets[expr] returns the facets for a TetGen expression.
All the test problems presented in [MGH81] have been coded into Mathematica in the Optimization`UnconstrainedProblems` package. A data structure is used so that the problems ...
MinimumBandwidthOrdering[g] attempts to find a vertex ordering that minimizes the bandwidth of the undirected graph g.MinimumBandwidthOrdering[m] attempts to find row and ...
BooleanTable[bf] gives a list of truth values for all possible combinations of variable values supplied to the Boolean function bf.BooleanTable[expr, {a_1, a_2, ...}] gives a ...