SQLDelete deletes data from a database. An alternative, using raw SQL, is described in "Deleting Data with Raw SQL". If you find that the examples in this tutorial do not ...
SQLInsert inserts data into a database. An alternative, using raw SQL, is described in "Inserting Data with Raw SQL". If you find that the examples in this tutorial do not ...
SQLUpdate modifies data in a database. An alternative, using raw SQL, is described in "Updating Data with Raw SQL". If you find that the examples in this tutorial do not work ...
const char * MLLinkName (MLINK link) returns the name string used to create the link.
MLMain()
(Mathematica MathLink C Function) int MLMain (int argc, char ** argv) sets up communication between an external program started using Install and Mathematica.
MLMARK MLSeekToMark (MLINK link, MLMARK mark, int n) goes to the position n expressions after the specified mark on a link.
int MLSetSignalHandler (MLENV env, int s, void *sa) installs the Unix signal handler detailed in the object sa for signal s in the MathLink library signal-handling mechanism.
The Wolfram Lightweight Grid System provides functions for launching and managing remote kernels, one part of a complete Mathematica^® parallel computing environment. With ...
A Platonic solid is a convex polyhedron whose faces and vertices are all of the same type. There are five such solids. There are also a few nonconvex polyhedra known that ...
PolynomialReduce[poly, {poly_1, poly_2, ...}, {x_1, x_2, ...}] yields a list representing a reduction of poly in terms of the poly_i. The list has the form {{a_1, a_2, ...}, ...