Uses of Interface
org.apache.commons.math.analysis.DifferentiableMultivariateVectorialFunction

Packages that use DifferentiableMultivariateVectorialFunction
org.apache.commons.math.optimization This package provides common interfaces for the optimization algorithms provided in sub-packages. 
org.apache.commons.math.optimization.general This package provides optimization algorithms that require derivatives. 
 

Uses of DifferentiableMultivariateVectorialFunction in org.apache.commons.math.optimization
 

Methods in org.apache.commons.math.optimization with parameters of type DifferentiableMultivariateVectorialFunction
 VectorialPointValuePair DifferentiableMultivariateVectorialOptimizer.optimize(DifferentiableMultivariateVectorialFunction f, double[] target, double[] weights, double[] startPoint)
          Optimizes an objective function.
 VectorialPointValuePair MultiStartDifferentiableMultivariateVectorialOptimizer.optimize(DifferentiableMultivariateVectorialFunction f, double[] target, double[] weights, double[] startPoint)
          Optimizes an objective function.
 

Uses of DifferentiableMultivariateVectorialFunction in org.apache.commons.math.optimization.general
 

Methods in org.apache.commons.math.optimization.general with parameters of type DifferentiableMultivariateVectorialFunction
 VectorialPointValuePair AbstractLeastSquaresOptimizer.optimize(DifferentiableMultivariateVectorialFunction f, double[] target, double[] weights, double[] startPoint)
          Optimizes an objective function.
 



Copyright © 2003-2011 The Apache Software Foundation. All Rights Reserved.