SolveAlways[eqns, vars] gives the values of parameters that make the equations eqns valid for all values of the variables vars.
mlextended_double is a MathLink type representing an extended-precision floating-point number.
stdenv
(Mathematica MathLink C Function) MLENV stdenv is a variable representing the standard MathLink environment in a program built from MathLink templates with mprep or mcc.
StateSpaceTransform[ss, s_1] transforms the StateSpaceModel object ss using the similarity matrix s_1.StateSpaceTransform[ss, {s_1, s_2}] computes the transformation using ...
CUDAMemoryAllocate[type, dim] gives CUDAMemory with specified type and single dimension.CUDAMemoryAllocate[type, {dim_1, dim_2, ...}] gives CUDAMemory with specified type and ...
MLINK MLFromLinkID (MLENV env, long inumb) returns the link object with ID number inumb in the MathLink environment env.
mlint64
(Mathematica MathLink C Function) mlint64 is a MathLink type for storing 64-bit integers.
int MLMessageReady (MLINK link) queries the link object link to see if the link has an out-of-band message.
This tutorial documents the XML representation of the user interface definition, GUIKitXML for short. This is a DTD representing the current GUIKit XML definitions. Use the ...
VertexEccentricity[g, s] gives the length of the longest shortest path from the source s to every other vertex in the graph g.