Examples of rsolve()


Examples of com.nr.la.QRdcmp.rsolve()

      for (i=0;i<n;i++) {
        xold[i]=x[i];
        fvcold[i]=fvec[i];
      }
      fold=f.val;
      qr.rsolve(p,p);
      double slope=0.0;
      for (i=0;i<n;i++) slope += g[i]*p[i];
      if (slope >= 0.0) {
        restrt=true;
        continue;
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.