joptima.tests
Class LmderTest_f77
- java.lang.Object
-
- joptima.tests.LmderTest_f77
-
- All Implemented Interfaces:
- Lmder_fcn
public class LmderTest_f77 extends java.lang.Object implements Lmder_fcn
This class tests the Minpack_f77.lmder1_f77 method, a Java translation of the MINPACK lmder1 subroutine. This class is based on FORTRAN test code for lmder 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 Summary
Constructors Constructor and Description LmderTest_f77()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method and Description voidfcn(int m, int n, double[] x, double[] fvec, double[][] fjac, int[] iflag)static voidinitpt_f77(int n, double[] x, int nprob, double factor)static voidmain(java.lang.String[] args)static voidssqfcn_f77(int m, int n, double[] x, double[] fvec, int nprob)static voidssqjac_f77(int m, int n, double[] x, double[][] fjac, int nprob)
-
-
-
Method Detail
-
main
public static void main(java.lang.String[] args)
-
fcn
public void fcn(int m, int n, double[] x, double[] fvec, double[][] fjac, int[] iflag)
-
ssqjac_f77
public static void ssqjac_f77(int m, int n, double[] x, double[][] fjac, int nprob)
-
initpt_f77
public static void initpt_f77(int n, double[] x, int nprob, double factor)
-
ssqfcn_f77
public static void ssqfcn_f77(int m, int n, double[] x, double[] fvec, int nprob)
-
-
DMelt 3.0 © DataMelt by jWork.ORG