Package com.nr.la

Examples of com.nr.la.Bandec.det()


   
    double[] b = new double[]{4.0, -4.0, -3.0,1.0};
    double[] x = new double[4];
    bdc.solve(b, x);
    System.out.println(NRUtil.toString(x));
    System.out.println(bdc.det());
   
  }
}
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.