Package stallone.algebra

Examples of stallone.algebra.EigenvalueDecomposition


                info, tol, iparam, ipntr, ido);

        postprocess(n, bmat, which, ncv, resid, workd, lworkl, workl, v, info,
                tol, iparam, ipntr);

        result = new EigenvalueDecomposition(null, eigenvalues, rightEigenvectors);
    }
View Full Code Here

TOP

Related Classes of stallone.algebra.EigenvalueDecomposition

Copyright © 2018 www.massapicom. 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.