Package com.nr.min

Examples of com.nr.min.Golden


   

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

    Golden gold = new Golden();
    for (i=0;i<N;i++) {
      a=i;
      b=a+span;
      gold.bracket(a,b,this);
      min=gold.minimize(this);   // Minimum of bessj0
      localflag = localflag || (abs(Bessj1_Golden(min)) > sbeps);
    }

    globalflag = globalflag || localflag;
    if (localflag) {
View Full Code Here

TOP

Related Classes of com.nr.min.Golden

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.