Uses of Class
org.lsmp.djep.djep.DVariable

Packages that use DVariable
org.lsmp.djep.djep   
org.lsmp.djep.matrixJep   
 

Uses of DVariable in org.lsmp.djep.djep
 

Methods in org.lsmp.djep.djep that return DVariable
 DVariable PartialDerivative.getRoot()
          Every partial derivative has a root variable for instance the root variable of dy/dx is y.
 

Methods in org.lsmp.djep.djep with parameters of type DVariable
 PartialDerivative DVariableFactory.createDerivative(DVariable var, String[] dnames, Node eqn)
          Creates a partial derivative of a given variable.
 

Constructors in org.lsmp.djep.djep with parameters of type DVariable
PartialDerivative(DVariable var, String[] derivnames)
          Protected constructor, should only be constructed through the findDerivative method in DVariable.
PartialDerivative(DVariable var, String[] derivnames, Node deriv)
           
 

Uses of DVariable in org.lsmp.djep.matrixJep
 

Subclasses of DVariable in org.lsmp.djep.matrixJep
 class MatrixVariable
          Holds all info about a variable.
 

Methods in org.lsmp.djep.matrixJep with parameters of type DVariable
 PartialDerivative MatrixVariableFactory.createDerivative(DVariable var, String[] dnames, Node eqn)
          create a derivative
 



Copyright © 2014. All rights reserved.