A singleton object that communicates with the Mathematica kernel
More...
|
static Expr | Eval (String s, params object[] args) |
| Has the Mathematica Kernel evaluate a string, formatted to include the provided arguments More...
|
|
static Expr | EvalFunction (String functionName, IEnumerable< Expr > args) |
| Computes a function with a sequence of arguments More...
|
|
static bool | EvalBool (String s, params object[] args) |
|
A singleton object that communicates with the Mathematica kernel
Definition at line 13 of file MSingle.cs.
static Expr PolyLink.MSingle.Eval |
( |
String |
s, |
|
|
params object[] |
args |
|
) |
| |
|
static |
Has the Mathematica Kernel evaluate a string, formatted to include the provided arguments
- Parameters
-
- Returns
Definition at line 66 of file MSingle.cs.
static bool PolyLink.MSingle.EvalBool |
( |
String |
s, |
|
|
params object[] |
args |
|
) |
| |
|
static |
static Expr PolyLink.MSingle.EvalFunction |
( |
String |
functionName, |
|
|
IEnumerable< Expr > |
args |
|
) |
| |
|
static |
Computes a function with a sequence of arguments
- Parameters
-
- Returns
Definition at line 89 of file MSingle.cs.
Gives the instance of the Mathematica kernel
Definition at line 22 of file MSingle.cs.
IKernelLink PolyLink.MSingle.Kernel |
|
staticget |
The Mathematica kernel link
Definition at line 30 of file MSingle.cs.
IKernelLink PolyLink.MSingle.KernelLink |
|
get |
The Mathematica kernel link
Definition at line 38 of file MSingle.cs.
The documentation for this class was generated from the following file:
- E:/DropBox/Dropbox/2013 REU/MathPolys/MathPolyLib/MSingle.cs