JAutoDiff

Uses of Class
nilgiri.math.autodiff.Variable

Packages that use Variable
nilgiri.math.autodiff Provides interfaces and classes to compute derivatives of functions algebraically (automatic differentiation). 
 

Uses of Variable in nilgiri.math.autodiff
 

Methods in nilgiri.math.autodiff that return Variable
 Variable<X> DifferentialRealFunctionFactory.variable(java.lang.String i_name, X i_x)
           
 

Methods in nilgiri.math.autodiff with parameters of type Variable
 Constant<X> Variable.diff(Variable<X> i_v)
           
 DifferentialFunction<X> Sum.diff(Variable<X> i_v1)
           
 DifferentialFunction<X> Product.diff(Variable<X> i_v1)
           
 DifferentialFunction<X> PolynomialTerm.diff(Variable<X> i_v)
           
 DifferentialFunction<X> Negative.diff(Variable<X> i_v)
           
 DifferentialFunction<X> Inverse.diff(Variable<X> i_v)
           
abstract  DifferentialFunction<X> DifferentialFunction.diff(Variable<X> i_v1)
           
 DifferentialFunction<X> Constant.diff(Variable<X> i_v)
           
 


JAutoDiff

JAutoDiff website