JAutoDiff

Uses of Interface
nilgiri.math.RealNumber

Packages that use RealNumber
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 RealNumber in nilgiri.math
 

Classes in nilgiri.math with type parameters of type RealNumber
 interface AbstractRealFunctionFactory<X extends RealNumber<X>>
          An abstract factory for creating the fundamental functions defined on real numbers.
 interface ComplexNumber<R extends RealNumber<R>,X>
          Let R denote a class implements RealNumber<R>.
 

Classes in nilgiri.math that implement RealNumber
 class DoubleReal
           
 

Uses of RealNumber in nilgiri.math.autodiff
 

Classes in nilgiri.math.autodiff with type parameters of type RealNumber
 class DifferentialRealFunctionFactory<X extends RealNumber<X>>
           
 


JAutoDiff

JAutoDiff website