Package com.nr.min

Examples of com.nr.min.Golden.bracket()


    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;
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.