Uses of Class
net.sf.tweety.math.NonDifferentiableException
-
Packages that use NonDifferentiableException Package Description net.sf.tweety.math.term -
-
Uses of NonDifferentiableException in net.sf.tweety.math.term
Methods in net.sf.tweety.math.term that throw NonDifferentiableException Modifier and Type Method Description Term
AbsoluteValue. derive(Variable v)
Term
Difference. derive(Variable v)
Term
Exp. derive(Variable v)
Term
Fraction. derive(Variable v)
Term
Logarithm. derive(Variable v)
Term
Maximum. derive(Variable v)
Term
Minimum. derive(Variable v)
Term
Power. derive(Variable v)
Term
Product. derive(Variable v)
Term
Root. derive(Variable v)
Term
Sum. derive(Variable v)
abstract Term
Term. derive(Variable v)
Differentiates the term with respect to the given variable.
-