Class DExpressionCleaner

java.lang.Object
com.singularsys.extensions.xjep.ExpressionCleaner
com.singularsys.extensions.djep.DExpressionCleaner
All Implemented Interfaces:
GenericVisitor<Node,Void,ParseException>, JepComponent, Serializable

public class DExpressionCleaner extends ExpressionCleaner
An extension of ExpressionCleaner which can simplify partial derivatives.

Since Jep 4.1, extension 2.2, the parent class now implements GenericVisitor some method signatures have changed to be more specific.

See Also: