6931 - 6940 of 8048 for plot a sparse arraySearch Results
View search results from all Wolfram sites (68514 matches)
MLGetLinkedEnvIDString()   (Mathematica MathLink C Function)
int MLGetLinkedEnvIDString (MLINK link, const char ** e) returns the identification string of the MathLink environment connected to link and stores it in e.
MLGetReal128()   (Mathematica MathLink C Function)
int MLGetReal128 (MLINK link, mlextended_double *d) gets an extended-precision floating-point number from link and stores it in d.
MLGetYieldFunction()   (Mathematica MathLink C Function)
MLYieldFunctionObject MLGetYieldFunction (MLINK link) returns the currently installed yield function for the link referenced by link.
MLInitialize()   (Mathematica MathLink C Function)
MLENV MLInitialize (char* p) initializes the MathLink environment object and passes parameters in p.
MLMain()   (Mathematica MathLink C Function)
int MLMain (int argc, char ** argv) sets up communication between an external program started using Install and Mathematica.
MLMARK   (Mathematica MathLink C Function)
MLMARK is a MathLink type representing a mark in the expression stream.
MLPutArgCount()   (Mathematica MathLink C Function)
int MLPutArgCount (MLINK link, int n) specifies the number of arguments of a composite function to be put on link.
MLPutReal32()   (Mathematica MathLink C Function)
int MLPutReal32 (MLINK link, double x) puts the single-precision floating-point number x to the MathLink connection specified by link with a precision corresponding to the C ...
MLReleaseEnvIDString()   (Mathematica MathLink C Function)
void MLReleaseEnvIDString (MLINK link, const char *s) disowns the memory allocated by MLGetLinkedEnvIDString() to store the identification string s.
MLSetMessageHandler()   (Mathematica MathLink C Function)
int MLSetMessageHandler (MLINK link, MLMessageHandlerObject h) installs the urgent message handler function referenced by h for for link.
1 ... 691|692|693|694|695|696|697 ... 805 Previous Next

...