JordanDecomposition[m] yields the Jordan decomposition of a square matrix m. The result is a list {s, j} where s is a similarity matrix and j is the Jordan canonical form of ...
SQLExecute allows SQL statements to be executed. Statements can be used to select data, create tables, insert data, update data, remove data, and drop tables. The statement ...
SQLTableInformation[conn] returns a list of information about the tables in an SQL connection.
CreateExecutable[source, name] compiles a string of C code and creates an executable file, name.ext.CreateExecutable[{file 1, ...}, name] compiles a number of C and mprep ...
$CCompiler sets the default C compiler to use for operating on C code.
ClosedKernel["linkname"] represents a Lightweight Grid kernel that was successfully closed.
RemoteKernelServices[] returns a list of services provided by the Lightweight Grid.
CAddress[obj] is a symbolic representation of the address of an object.
CEnum[members] is a symbolic representation of an enum statement.
SymbolicGUIKitXMLToWidget[body] converts a GUIKitXML representation into the equivalent user interface expression.