Uses of Class
org.apache.commons.math.optimization.general.ConjugateGradientFormula

Packages that use ConjugateGradientFormula
org.apache.commons.math.optimization.general This package provides optimization algorithms that require derivatives. 
 

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

Methods in org.apache.commons.math.optimization.general that return ConjugateGradientFormula
static ConjugateGradientFormula ConjugateGradientFormula.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ConjugateGradientFormula[] ConjugateGradientFormula.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.apache.commons.math.optimization.general with parameters of type ConjugateGradientFormula
NonLinearConjugateGradientOptimizer(ConjugateGradientFormula updateFormula)
          Simple constructor with default settings.
 



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