Package no.uib.cipr.matrix.sparse

Examples of no.uib.cipr.matrix.sparse.Chebyshev


        if (eigs.length > 0) {
            eigmin = eigs[0];
            eigmax = eigs[eigs.length - 1];
        }

        solver = new Chebyshev(x, eigmin, eigmax);
    }
View Full Code Here

TOP

Related Classes of no.uib.cipr.matrix.sparse.Chebyshev

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.