Functionality in this package has been added to the built-in Mathematica kernel. Mode is replaced by the kernel function Commonest.
GraphLayout is an option to Graph and related functions that specifies what layout to use for graph components and collections of components.
SQLColumn[...] represents a column in an SQL table.
SQLSelect[conn, table] extracts data from a table in an SQL connection. SQLSelect[conn, table, cols] extracts data from particular columns.SQLSelect[conn, table, cols, cond] ...
OpenCLInformation[] gives all information about OpenCL platforms and devices on the system.OpenCLInformation[platform] gives information on OpenCL platform and about its ...
int MLPutShortInteger (MLINK link, int i) puts the integer i to the MathLink connection specified by link, assuming that i contains only the number of digits in the C type ...
int MLGetInteger16List (MLINK link, short ** a, int *n) gets a list of 16-bit integers from the MathLink connection specified by link, storing the integers in the array a and ...
int MLGetInteger64List (MLINK link, mlint64 ** a, int *n) gets a list of 64-bit integers from the MathLink connection specified by link, storing the integers in the array a ...
int MLPutDouble (MLINK link, double x) puts the floating-point number x of C type double to the MathLink connection specified by link.
int MLPutReal (MLINK link, double x) puts the floating-point number x to the MathLink connection specified by link.