Uses of Class
org.lsmp.djep.xjep.XVariable

Packages that use XVariable
org.lsmp.djep.djep   
org.lsmp.djep.matrixJep   
org.lsmp.djep.sjep   
 

Uses of XVariable in org.lsmp.djep.djep
 

Subclasses of XVariable in org.lsmp.djep.djep
 class DVariable
          Holds all info about a variable.
 class PartialDerivative
          Contains infomation about a PartialDerivative of a variable.
 

Methods in org.lsmp.djep.djep with parameters of type XVariable
 boolean DifferentiationVisitor.isConstantVar(XVariable var)
           
 

Uses of XVariable in org.lsmp.djep.matrixJep
 

Subclasses of XVariable in org.lsmp.djep.matrixJep
 class MatrixPartialDerivative
          Contains information about a PartialDerivative of a variable.
 class MatrixVariable
          Holds all info about a variable.
 

Uses of XVariable in org.lsmp.djep.sjep
 

Constructors in org.lsmp.djep.sjep with parameters of type XVariable
PVariable(PolynomialCreator pc, XVariable var)
           
 



Copyright © 2014. All rights reserved.