7451 - 7460 of 8576 for Descartes rule of signsSearch Results
View search results from all Wolfram sites (350121 matches)
MLGetMessageHandler()   (Mathematica MathLink C Function)
MLMessageHandlerObject MLGetMessageHandler (MLINK link) returns the message handler function installed for the MLINK object link.
MLGetSymbol()   (Mathematica MathLink C Function)
int MLGetSymbol (MLINK link, const char ** s) gets a character string corresponding to the name of a symbol from the MathLink connection specified by link, storing the ...
MLInitialize()   (Mathematica MathLink C Function)
MLENV MLInitialize (char* p) initializes the MathLink environment object and passes parameters in p.
MLLinkName()   (Mathematica MathLink C Function)
const char * MLLinkName (MLINK link) returns the name string used to create the link.
MLOpenString()   (Mathematica MathLink C Function)
MLINK MLOpenString (MLENV env, const char *string, int *errno) opens a MathLink connection taking parameters from a character string.
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.
MLPutSize()   (Mathematica MathLink C Function)
int MLPutSize (MLINK link, int len) specifies the length in bytes of the textual data to be put on link.
MLSetSignalHandler()   (Mathematica MathLink C Function)
int MLSetSignalHandler (MLENV env, int s, void *sa) installs the Unix signal handler detailed in the object sa for signal s in the MathLink library signal-handling mechanism.
MLSetYieldFunction()   (Mathematica MathLink C Function)
int MLSetYieldFunction (MLINK link, MLYieldFunctionObject yf) installs the yield function yf for the link referenced by link.
MLTransferExpression()   (Mathematica MathLink C Function)
int MLTransferExpression (MLINK dst, MLINK src) transfers an expression to destination link dst from source link src.
1 ... 743|744|745|746|747|748|749 ... 858 Previous Next

...