Uses of Class
org.lsmp.djep.matrixJep.MatrixEvaluator

Packages that use MatrixEvaluator
org.lsmp.djep.matrixJep   
org.lsmp.djep.matrixJep.function   
 

Uses of MatrixEvaluator in org.lsmp.djep.matrixJep
 

Fields in org.lsmp.djep.matrixJep declared as MatrixEvaluator
protected  MatrixEvaluator MatrixJep.mev
           
 

Methods in org.lsmp.djep.matrixJep with parameters of type MatrixEvaluator
 MatrixValueI MatrixSpecialEvaluationI.evaluate(MatrixNodeI node, MatrixEvaluator visitor, MatrixJep jep)
          Returns the result of evaluating this node and the tree below.
 

Uses of MatrixEvaluator in org.lsmp.djep.matrixJep.function
 

Methods in org.lsmp.djep.matrixJep.function with parameters of type MatrixEvaluator
 MatrixValueI MIf.evaluate(MatrixNodeI node, MatrixEvaluator visitor, MatrixJep j)
          Evaluate the node, uses lazy evaluation.
 MatrixValueI MMap.evaluate(MatrixNodeI node, MatrixEvaluator visitor, MatrixJep jep)
           
 MatrixValueI MAssign.evaluate(MatrixNodeI node, MatrixEvaluator visitor, MatrixJep j)
          A special methods for evaluating an assignment.
 



Copyright © 2014. All rights reserved.