JAutoDiff

Uses of Interface
nilgiri.math.AbstractFieldFactory

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

Uses of AbstractFieldFactory in nilgiri.math
 

Classes in nilgiri.math that implement AbstractFieldFactory
 class DoubleComplexFactory
          A singleton factory for creating the zero element and unity of DoubleComplex.
 class DoubleRealFactory
          A singleton factory for creating the zero element and unity of DoubleReal.
 

Uses of AbstractFieldFactory in nilgiri.math.autodiff
 

Classes in nilgiri.math.autodiff that implement AbstractFieldFactory
 class DifferentialRealFunctionFactory<X extends RealNumber<X>>
           
 

Constructors in nilgiri.math.autodiff with parameters of type AbstractFieldFactory
DifferentialRealFunctionFactory(AbstractFieldFactory<X> i_RNFactory, AbstractRealFunctionFactory<X> i_RFFactory)
           
One(AbstractFieldFactory<X> i_factory)
          Constructs an object whose value is one.
Zero(AbstractFieldFactory<X> i_factory)
          Constructs an object whose value is zero.
 


JAutoDiff

JAutoDiff website