Biharmonic[f] gives the biharmonic, \[Del]^4 f, of the scalar function f in the default coordinate system. Biharmonic[f, coordsys] gives the biharmonic of f in the coordinate ...
JacobianDeterminant[pt] gives the determinant of the Jacobian matrix of the transformation from the default coordinate system to the Cartesian coordinate system at the point ...
ComplexExpand[expr] expands expr assuming that all variables are real. ComplexExpand[expr, {x_1, x_2, ...}] expands expr assuming that variables matching any of the x_i are ...
SpheroidalEigenvalue[n, m, \[Gamma]] gives the spheroidal eigenvalue with degree n and order m.
SQLInsert[conn, table, cols, data] inserts data into a table in an SQL connection.
OpenCLMemoryCopyToHost[mem] force copies OpenCLMemory from the GPU to the CPU.
OpenCLMemory[args, ...] is a handle to memory registered with the OpenCLLink memory manager.
OpenCLLink allows Mathematica to use the OpenCL parallel computing language. It contains functions that facilitate loading user-defined OpenCL functions into Mathematica. ...
SQLTables[conn] returns the SQLTable objects for each table in an SQL connection.