Uses of Interface
optimization.Lmder_fcn

Packages that use Lmder_fcn
optimization   
 

Uses of Lmder_fcn in optimization
 

Classes in optimization that implement Lmder_fcn
 class LmderTest_f77
          This class tests the Minpack_f77.lmder1_f77 method, a Java translation of the MINPACK lmder1 subroutine.
 

Methods in optimization with parameters of type Lmder_fcn
static void Minpack_f77.lmder_f77(Lmder_fcn nlls, int m, int n, double[] x, double[] fvec, double[][] fjac, double ftol, double xtol, double gtol, int maxfev, double[] diag, int mode, double factor, int nprint, int[] info, int[] nfev, int[] njev, int[] ipvt, double[] qtf)
           The lmder_f77 method minimizes the sum of the squares of m nonlinear functions in n variables by a modification of the Levenberg-Marquardt algorithm.
static void Minpack_f77.lmder1_f77(Lmder_fcn nlls, int m, int n, double[] x, double[] fvec, double[][] fjac, double tol, int[] info, int[] ipvt)
           The lmder1_f77 method minimizes the sum of the squares of m nonlinear functions in n variables by a modification of the Levenberg-Marquardt algorithm.
 



Copyright © 2011. All Rights Reserved.