| Package | Description |
|---|---|
| org.matheclipse.parser.client.eval |
Predefined evaluation engines.
|
| Modifier and Type | Method and Description |
|---|---|
ComplexVariable |
ComplexEvalVisitor.getVariable(String variableName)
Returns the Complex variable value to which the specified variableName is
mapped, or
null if this map contains no mapping for the
variableName. |
| Modifier and Type | Method and Description |
|---|---|
void |
ComplexEvalVisitor.defineVariable(String variableName,
ComplexVariable value)
Define a value for a given variable name.
|
| Modifier and Type | Method and Description |
|---|---|
Complex |
IComplexFunction.evaluate(IEvaluator<Complex,ComplexVariable> engine,
FunctionNode function) |
| Constructor and Description |
|---|
ComplexEvaluator(IASTVisitor<Complex,ComplexVariable,Complex> visitor) |
Copyright © 2015. All rights reserved.