All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class optimization.LmdifTest_f77

java.lang.Object
   |
   +----optimization.LmdifTest_f77

public class LmdifTest_f77
extends Object
implements Lmdif_fcn
This class tests the Minpack_f77.lmdif1_f77 method, a Java translation of the MINPACK lmdif1 subroutine. This class is based on FORTRAN test code for lmdif that is available at Netlib ( http://www.netlib.org/minpack/ex/). The Netlib test code was provided by the authors of MINPACK, Burton S. Garbow, Kenneth E. Hillstrom, and Jorge J. More.


Constructor Index

 o LmdifTest_f77()

Method Index

 o fcn(int, int, double[], double[], int[])
 o initpt_f77(int, double[], int, double)
 o main(String[])
 o ssqfcn_f77(int, int, double[], double[], int)

Constructors

 o LmdifTest_f77
 public LmdifTest_f77()

Methods

 o main
 public static void main(String args[])
 o fcn
 public void fcn(int m,
                 int n,
                 double x[],
                 double fvec[],
                 int iflag[])
 o ssqfcn_f77
 public static void ssqfcn_f77(int m,
                               int n,
                               double x[],
                               double fvec[],
                               int nprob)
 o initpt_f77
 public static void initpt_f77(int n,
                               double x[],
                               int nprob,
                               double factor)

All Packages  Class Hierarchy  This Package  Previous  Next  Index