JAutoDiff

Uses of Interface
nilgiri.math.autodiff.Differential

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

Uses of Differential in nilgiri.math.autodiff
 

Subinterfaces of Differential in nilgiri.math.autodiff
 interface DifferentialMatrixFunction<X extends Field<X>>
           
 interface DifferentialVectorFunction<X extends Field<X>>
           
 

Classes in nilgiri.math.autodiff that implement Differential
 class AbstractBinaryFunction<X extends Field<X>>
          An abstract function requires two arguments in X.
 class AbstractUnaryFunction<X extends Field<X>>
          An abstract function requires one argument in X.
 class Constant<X extends Field<X>>
          A constant in X forms a field.
 class DifferentialFunction<X extends Field<X>>
          A differential function whose value are in X.
 class Inverse<X extends Field<X>>
          This class represents the inverse element of an argument in X with respect to multiplication.
 class Negative<X extends Field<X>>
          This class represents the inverse element of an argument in X with respect to addition.
 class One<X extends Field<X>>
          This class represents the unit element of X forms a field.
 class PolynomialTerm<X extends Field<X>>
           
 class Product<X extends Field<X>>
          A product of two objects of DifferentialFunction<X&rt.
 class Sum<X extends Field<X>>
          A sum of two objects of DifferentialFunction<X>.
 class Variable<X extends Field<X>>
          Variables in X forms a field.
 class Zero<X extends Field<X>>
          This class represents the zero element of X forms a field.
 


JAutoDiff

JAutoDiff website