Uses of Class
com.graphbuilder.math.VarMap
Packages that use VarMap
-
Uses of VarMap in com.graphbuilder.math
Methods in com.graphbuilder.math with parameters of type VarMapModifier and TypeMethodDescriptiondoubleAdds the evaluation of the left side to the evaluation of the right side and returns the result.doubleDivides the evaluation of the left side by the evaluation of the right side and returns the result.abstract doubleReturns the result of evaluating the expression tree rooted at this node.doubleEvaluates each of the children, storing the result in an internal double array.doubleMultiples the evaluation of the left side and the evaluation of the right side and returns the result.doubleRaises the evaluation of the left side to the power of the evaluation of the right side and returns the result.doubleSubtracts the evaluation of the right side from the evaluation of the left side and returns the result.doubleReturns the value.doubleReturns the value associated with the variable name in the VarMap.