Class Chsolve2


  • public class Chsolve2
    extends java.lang.Object
    Author:
    Scooter Willis
    • Constructor Summary

      Constructors 
      Constructor Description
      Chsolve2()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void process​(double[][] matrix, int n, double[][] y, int test)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Chsolve2

        public Chsolve2()
    • Method Detail

      • process

        public static void process​(double[][] matrix,
                                   int n,
                                   double[][] y,
                                   int test)
        Parameters:
        matrix -
        n -
        y -
        test -