org.apache.commons.nabla.caching
Class FetchDifferentiator

java.lang.Object
  extended by org.apache.commons.nabla.caching.FetchDifferentiator
All Implemented Interfaces:
org.apache.commons.math3.analysis.differentiation.UnivariateVectorFunctionDifferentiator

public class FetchDifferentiator
extends Object
implements org.apache.commons.math3.analysis.differentiation.UnivariateVectorFunctionDifferentiator

Differentiator that fetches classes already differentiated by ForwardModeDifferentiator.

Version:
$Id$
See Also:
ForwardModeDifferentiator

Constructor Summary
FetchDifferentiator()
           
 
Method Summary
 org.apache.commons.math3.analysis.differentiation.UnivariateDifferentiableVectorFunction differentiate(org.apache.commons.math3.analysis.UnivariateVectorFunction function)
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FetchDifferentiator

public FetchDifferentiator()
Method Detail

differentiate

public org.apache.commons.math3.analysis.differentiation.UnivariateDifferentiableVectorFunction differentiate(org.apache.commons.math3.analysis.UnivariateVectorFunction function)

Specified by:
differentiate in interface org.apache.commons.math3.analysis.differentiation.UnivariateVectorFunctionDifferentiator


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