Examples of fredin()


Examples of com.nr.inv.Fred2.fredin()

    }

    // Test method fredin()
    for (i=0;i<M;i++) {
      z=(b-a)*i/(M-1);
      ff[i]=fred.fredin(z);
      ffexp[i]=sqrt(z);
    }
    sbeps = 2.0e-6;
    System.out.println(maxel(vecsub(ff,ffexp)));
    localflag = maxel(vecsub(ff,ffexp)) > sbeps;
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.