6951 - 6960 of 8048 for plot a sparse arraySearch Results
View search results from all Wolfram sites (68507 matches)
MLEvaluate()   (Mathematica MathLink C Function)
int MLEvaluate (MLINK link, char*string) sends a string of input suitable for use with ToExpression[] to Mathematica for evaluation.
MLFlush()   (Mathematica MathLink C Function)
int MLFlush (MLINK link) flushes out any buffers containing data waiting to be sent on link.
MLGetInteger()   (Mathematica MathLink C Function)
int MLGetInteger (MLINK link, int *i) gets an integer from the MathLink connection specified by link and stores it in i.
MLINK   (Mathematica MathLink C Function)
MLINK is a MathLink type representing a MathLink link object.
MLPutData()   (Mathematica MathLink C Function)
int MLPutData (MLINK link, const char *b, int count) puts count bytes from the buffer b to the MathLink connection specified by link.
MLPutInteger32()   (Mathematica MathLink C Function)
int MLPutInteger32 (MLINK link, int i) puts the 32-bit integer i to the MathLink connection specified by link.
MLPutMessage()   (Mathematica MathLink C Function)
int MLPutMessage (MLINK link, int msg) sends the message msg to the link object link.
MLPutMessageWithArg()   (Mathematica MathLink C Function)
int MLPutMessageWithArg (MLINK link, int msg, int arg) sends the message msg and its argument arg to the link object link.
MLPutReal128()   (Mathematica MathLink C Function)
int MLPutReal128 (MLINK link, mlextended_double d) puts the extend-precision floating-point number d to the MathLink connection specified by link.
MLPutReal64()   (Mathematica MathLink C Function)
int MLPutReal64 (MLINK link, double x) puts the double-precision floating-point number x to the MathLink connection specified by link.
1 ... 693|694|695|696|697|698|699 ... 805 Previous Next

...