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

Packages that use MatrixJep
org.lsmp.djep.matrixJep   
org.lsmp.djep.matrixJep.function   
org.lsmp.djep.mrpe   
 

Uses of MatrixJep in org.lsmp.djep.matrixJep
 

Methods in org.lsmp.djep.matrixJep with parameters of type MatrixJep
 MatrixValueI MatrixSpecialEvaluationI.evaluate(MatrixNodeI node, MatrixEvaluator visitor, MatrixJep jep)
          Returns the result of evaluating this node and the tree below.
 MatrixValueI MatrixEvaluator.evaluate(MatrixNodeI node, MatrixJep mj)
           
 MatrixNodeI SpecialPreProcessorI.preprocess(ASTFunNode node, MatrixPreprocessor visitor, MatrixJep jep, MatrixNodeFactory nf)
          Subverts the preprocessing stage.
 MatrixNodeI MatrixPreprocessor.preprocess(Node node, MatrixJep mdjep)
          Main entry point: pre-process a node.
 

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

Methods in org.lsmp.djep.matrixJep.function with parameters of type MatrixJep
 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.
 MatrixNodeI MList.preprocess(ASTFunNode node, MatrixPreprocessor visitor, MatrixJep jep, MatrixNodeFactory nf)
           
 MatrixNodeI MPower.preprocess(ASTFunNode node, MatrixPreprocessor visitor, MatrixJep jep, MatrixNodeFactory nf)
          During preprocessing sets the function to the Cross function if necessary.
 MatrixNodeI MMap.preprocess(ASTFunNode node, MatrixPreprocessor visitor, MatrixJep jep, MatrixNodeFactory nf)
           
 MatrixNodeI MAssign.preprocess(ASTFunNode node, MatrixPreprocessor visitor, MatrixJep mjep, MatrixNodeFactory nf)
           
 MatrixNodeI MDiff.preprocess(ASTFunNode node, MatrixPreprocessor visitor, MatrixJep jep, MatrixNodeFactory nf)
           
 

Uses of MatrixJep in org.lsmp.djep.mrpe
 

Constructors in org.lsmp.djep.mrpe with parameters of type MatrixJep
MRpEval(MatrixJep mjep)
           
 



Copyright © 2014. All rights reserved.