Uses of Interface
org.apache.commons.nabla.core.UnivariateDifferentiator

Packages that use UnivariateDifferentiator
org.apache.commons.nabla.algorithmic.forward Forward mode algorithmic differentiation package 
org.apache.commons.nabla.caching Caching of already differentiated functions package 
org.apache.commons.nabla.numerical Finite differences differentiation package 
 

Uses of UnivariateDifferentiator in org.apache.commons.nabla.algorithmic.forward
 

Classes in org.apache.commons.nabla.algorithmic.forward that implement UnivariateDifferentiator
 class ForwardAlgorithmicDifferentiator
          Automatic differentiator class based on bytecode analysis.
 

Uses of UnivariateDifferentiator in org.apache.commons.nabla.caching
 

Classes in org.apache.commons.nabla.caching that implement UnivariateDifferentiator
 class FetchDifferentiator
          Differentiator that fetches classes already differentiated by ForwardAlgorithmicDifferentiator.
 

Uses of UnivariateDifferentiator in org.apache.commons.nabla.numerical
 

Classes in org.apache.commons.nabla.numerical that implement UnivariateDifferentiator
 class EightPointsScheme
          Eight-points finite differences scheme.
 class FiniteDifferencesDifferentiator
          This class represents a differentiation scheme based on finite differences.
 class FourPointsScheme
          Four-points finite differences scheme.
 class SixPointsScheme
          Six-points finite differences scheme.
 class TwoPointsScheme
          Two-points finite differences scheme.
 



Copyright © 2008-2009 The Apache Software Foundation. All Rights Reserved.