Examples of dnaupd()


Examples of com.github.fommil.netlib.ARPACK.dnaupd()

        c-----------------------------------------------------------------------
         */
      ARPACK arpack = ARPACK.getInstance();
      do
        {
            arpack.dnaupd(ido, bmat, n, which, nev, tol, resid, ncv, v, n, iparam, ipntr, workd,
                    workl, lworkl, info);

            // The algorithm is done => skip the rest of the loop
            if (ido.val == 99)
            {
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.