Examples of dsaupd()


Examples of org.netlib.arpack.ARPACK.dsaupd()

     */
    assert n > 0;
    assert nev > 0;
    assert ncv > nev && ncv <= n;
    while (true) {
      arpack.dsaupd(
          ido, // reverse communication parameter
          bmat, // "I" = standard problem
          n, // problem size
          which.name(), // which values are requested?
          nev, // who many values?
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.