DatabaseLink contains a number of example databases (many use HSQLDB). These allow you to try examples in the documentation and learn the details of working with databases in ...
Wolfram LibraryLink allows dynamic libraries to be directly loaded into the Mathematica kernel so that functions in the libraries can be immediately called from Mathematica. ...
A method like "Newton's" method chooses a step, but the validity of that step only goes as far as the Newton quadratic model for the function really reflects the function. ...
Because GPUs are SIMD machines, to exploit CUDA's potential you must pose the problem in an SIMD manner. Computation that can be partitioned in such a way that each thread ...
PseudoDiameter[g] give the pseudo-diameter of the undirected graph g, and the two vertices that achieve this diameter.
NMinimize, NMaximize, Minimize, and Maximize employ global optimization algorithms, and are thus suitable when a global optimum is needed. Minimize and Maximize can find ...
The method "DoubleStep" performs a single application of Richardson's extrapolation for any one-step integration method. Although it is not always optimal, it is a general ...
CUDAMemoryAllocate[type, dim] gives CUDAMemory with specified type and single dimension.CUDAMemoryAllocate[type, {dim_1, dim_2, ...}] gives CUDAMemory with specified type and ...
Some database operations involve carrying out a sequence of database commands. For example, information in two different tables may need to be updated. In these cases it may ...
OpenCLFractalRender3D[width, height] renders a three-dimensional fractal with image size being the specified width and height.