Package com.nr.la

Examples of com.nr.la.NRException


    int i;
    double  fact,gamma;

    int n = a.length;
    if (n <= 2)
        throw new NRException("n too small in cyclic");
       
    double [] bb = new double[n];
    double [] u = new double[n];
    double [] z = new double [n];
 
View Full Code Here

TOP

Related Classes of com.nr.la.NRException

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.