public abstract class MathExprNode<NumType> extends NumericNode<NumType>
| Constructor and Description |
|---|
MathExprNode(String mExpr,
int dim,
NumType outObj) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
readDoublesIntoBuf(org.cogchar.bind.symja.MathGate mathGate,
double[] buffer)
This is our fundamental binding of a type to the MathGate concept.
|
void |
setMathExpr(String mathExpr) |
clearResultCache, doUpdate, getOutputObject, writeAnyNumericFromAnyDoublesBuf, writeNumericFromDoublesBufprotected void readDoublesIntoBuf(org.cogchar.bind.symja.MathGate mathGate,
double[] buffer)
NumericNodereadDoublesIntoBuf in class NumericNode<NumType>public void setMathExpr(String mathExpr)
Copyright © 2011-2015. All Rights Reserved.