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

Packages that use UnivariateDifferentiable
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.core Core public interfaces of the Apache commons-nabla library. 
org.apache.commons.nabla.numerical Finite differences differentiation package 
 

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

Methods in org.apache.commons.nabla.algorithmic.forward with parameters of type UnivariateDifferentiable
 UnivariateDerivative ForwardAlgorithmicDifferentiator.differentiate(UnivariateDifferentiable d)
          Create an implementation of a differential for a differentiable function.
 

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

Methods in org.apache.commons.nabla.caching with parameters of type UnivariateDifferentiable
 UnivariateDerivative FetchDifferentiator.differentiate(UnivariateDifferentiable d)
          Create an implementation of a differential for a differentiable function.
 

Uses of UnivariateDifferentiable in org.apache.commons.nabla.core
 

Methods in org.apache.commons.nabla.core that return UnivariateDifferentiable
 UnivariateDifferentiable UnivariateDerivative.getPrimitive()
          Get the primitive function associated with this differential.
 

Methods in org.apache.commons.nabla.core with parameters of type UnivariateDifferentiable
 UnivariateDerivative UnivariateDifferentiator.differentiate(UnivariateDifferentiable d)
          Create an implementation of a differential for a differentiable function.
 

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

Methods in org.apache.commons.nabla.numerical with parameters of type UnivariateDifferentiable
 UnivariateDerivative SixPointsScheme.differentiate(UnivariateDifferentiable d)
          Create an implementation of a differential for a differentiable function.
 UnivariateDerivative EightPointsScheme.differentiate(UnivariateDifferentiable d)
          Create an implementation of a differential for a differentiable function.
 UnivariateDerivative TwoPointsScheme.differentiate(UnivariateDifferentiable d)
          Create an implementation of a differential for a differentiable function.
 UnivariateDerivative FourPointsScheme.differentiate(UnivariateDifferentiable d)
          Create an implementation of a differential for a differentiable function.
 



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