Uses of Class
org.nfunk.jep.JEP

Packages that use JEP
org.lsmp.djep.djep   
org.lsmp.djep.groupJep   
org.lsmp.djep.groupJep.groups   
org.lsmp.djep.jama   
org.lsmp.djep.matrixJep   
org.lsmp.djep.matrixJep.function   
org.lsmp.djep.rpe   
org.lsmp.djep.vectorJep   
org.lsmp.djep.xjep   
org.lsmp.djep.xjep.function   
org.lsmp.djepExamples   
org.nfunk.jep   
 

Uses of JEP in org.lsmp.djep.djep
 

Subclasses of JEP in org.lsmp.djep.djep
 class DJep
          Adds differentation facilities to JEP.
 

Uses of JEP in org.lsmp.djep.groupJep
 

Subclasses of JEP in org.lsmp.djep.groupJep
 class GroupJep
          An extension of JEP which allows calculations over arbitary groups, such as the integers(exact answers) and rationals.
 

Methods in org.lsmp.djep.groupJep with parameters of type JEP
 void GroupI.addStandardConstants(JEP j)
          adds the standard constants for this group
 void GroupI.addStandardFunctions(JEP j)
          adds the standard function for this group
 

Constructors in org.lsmp.djep.groupJep with parameters of type JEP
GroupJep(JEP j)
           
PolynomialVisitor(JEP j)
           
 

Uses of JEP in org.lsmp.djep.groupJep.groups
 

Methods in org.lsmp.djep.groupJep.groups with parameters of type JEP
 void Quaternions.addStandardConstants(JEP j)
           
 void FreeGroup.addStandardConstants(JEP j)
           
 void Group.addStandardConstants(JEP j)
          adds the standard constants for this group.
 void Group.addStandardFunctions(JEP j)
          adds the standard function for this group By default does nothing.
 

Uses of JEP in org.lsmp.djep.jama
 

Methods in org.lsmp.djep.jama with parameters of type JEP
static void JamaUtil.addStandardFunctions(JEP j)
           
 

Uses of JEP in org.lsmp.djep.matrixJep
 

Subclasses of JEP in org.lsmp.djep.matrixJep
 class MatrixJep
          An extension of JEP which allows advanced vector and matrix handling and differentation.
 

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

Constructors in org.lsmp.djep.matrixJep.function with parameters of type JEP
MSum(JEP j)
           
 

Uses of JEP in org.lsmp.djep.rpe
 

Constructors in org.lsmp.djep.rpe with parameters of type JEP
RpEval(JEP jep)
           
 

Uses of JEP in org.lsmp.djep.vectorJep
 

Subclasses of JEP in org.lsmp.djep.vectorJep
 class VectorJep
          An extension of JEP with support for basic vectors and matrices.
 

Constructors in org.lsmp.djep.vectorJep with parameters of type JEP
VectorJep(JEP j)
           
 

Uses of JEP in org.lsmp.djep.xjep
 

Subclasses of JEP in org.lsmp.djep.xjep
 class XJep
          An extended version of JEP adds various routines for working with trees.
 

Constructors in org.lsmp.djep.xjep with parameters of type JEP
XJep(JEP j)
          Conversion constructor.
 

Uses of JEP in org.lsmp.djep.xjep.function
 

Constructors in org.lsmp.djep.xjep.function with parameters of type JEP
Sum(JEP j)
           
 

Uses of JEP in org.lsmp.djepExamples
 

Fields in org.lsmp.djepExamples declared as JEP
protected  JEP Console.j
          Main JEP object
 

Uses of JEP in org.nfunk.jep
 

Methods in org.nfunk.jep with parameters of type JEP
 Node Parser.parseStream(Reader stream, JEP jep_in)
           
 void Parser.restart(Reader stream, JEP jep_in)
          Restart the parse with the given stream.
 

Constructors in org.nfunk.jep with parameters of type JEP
JEP(JEP j)
          This constructor copies the SymbolTable and other components of the arguments to the new instance.
 



Copyright © 2014. All rights reserved.