Class Cholesky2


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

      Constructors 
      Constructor Description
      Cholesky2()  
    • Method Summary

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

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

      • Cholesky2

        public Cholesky2()
    • Method Detail

      • process

        public static int process​(double[][] matrix,
                                  int n,
                                  double toler)
        Parameters:
        matrix -
        n -
        toler -
        Returns: