Uses of Interface
optimization.Lmdif_fcn

Packages that use Lmdif_fcn
optimization   
 

Uses of Lmdif_fcn in optimization
 

Classes in optimization that implement Lmdif_fcn
 class LmdifTest_f77
          This class tests the Minpack_f77.lmdif1_f77 method, a Java translation of the MINPACK lmdif1 subroutine.
 

Methods in optimization with parameters of type Lmdif_fcn
static void Minpack_f77.fdjac2_f77(Lmdif_fcn nlls, int m, int n, double[] x, double[] fvec, double[][] fjac, int[] iflag, double epsfcn, double[] wa)
           The fdjac2 method computes a forward-difference approximation to the m by n Jacobian matrix associated with a specified problem of m functions in n variables.
static void Minpack_f77.lmdif_f77(Lmdif_fcn nlls, int m, int n, double[] x, double[] fvec, double ftol, double xtol, double gtol, int maxfev, double epsfcn, double[] diag, int mode, double factor, int nprint, int[] info, int[] nfev, double[][] fjac, int[] ipvt, double[] qtf)
           The lmdif_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.lmdif1_f77(Lmdif_fcn nlls, int m, int n, double[] x, double[] fvec, double tol, int[] info)
           The lmdif1_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.