|
|
|
|
Synopsis |
|
|
|
Documentation |
|
|
Runs MathLink, exposing the given list of functions.
|
|
|
Like runMathLink, but explicitly specifies the command line
arguments to be passed to MathLink.
|
|
|
Sends the given String to Mathematica for evaluation.
Does not block
|
|
|
Like evaluate, but blocks until the execution is complete.
|
|
|
Returns the link associated with this thread of execution.
|
|
|
|
|
|
|
Gets the type of the next expression to be read on the MathLink
connection.
|
|
|
|
|
|
|
Helper for marshaling scalar values to Mathematica.
|
|
|
Helper for marshaling scalar values from Mathematica.
|
|
|
Helper for marshaling Strings to Mathematica.
|
|
|
Helper for marshaling Strings from Mathematica.
|
|
|
|
|
|
|
|
withLink3 :: (Link -> a -> b -> c -> IO d) -> a -> b -> c -> ML d | Source |
|
|
withLink4 :: (Link -> a -> b -> c -> d -> IO e) -> a -> b -> c -> d -> ML e | Source |
|
|
Produced by Haddock version 2.3.0 |