Examples of dseupd()


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

    boolean[] select = new boolean[ncv];
    double[] d = new double[ncv * 2];
    double sigma = 0; // not used in "mode 1"
    intW ierr = new intW(0);
    intW nevW = new intW(nev);
    arpack.dseupd(
        rvec,
        "All",
        select,
        d,
        v,
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.