JAutoDiff

Uses of Class
nilgiri.math.autodiff.AbstractUnaryFunction

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

Uses of AbstractUnaryFunction in nilgiri.math.autodiff
 

Subclasses of AbstractUnaryFunction in nilgiri.math.autodiff
 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 PolynomialTerm<X extends Field<X>>
           
 


JAutoDiff

JAutoDiff website