Package com.nr.min

Examples of com.nr.min.Funcd


   

    // Test fdfunc
    System.out.println("Testing fdfunc");

    Funcd fd = new Funcd(this);
    p[0]=p[1]=p[2]=0.5;
    QuasiNewton.dfpmin(p,gtol,iter,f0,fd);
    d0=sqrt(SQR(p[0])+SQR(p[1])+SQR(p[2]));

    for (i=0;i<N;i++) {
View Full Code Here

TOP

Related Classes of com.nr.min.Funcd

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.