Class IntervalGaussSeidel


  • public class IntervalGaussSeidel
    extends java.lang.Object
    IntervalGaussSeidel implements Gauss-Seidel method for solving a system of linear equations Ax = b with interval matrix A of coefficients.
    Version:
    4.7
    • Constructor Detail

      • IntervalGaussSeidel

        public IntervalGaussSeidel​(FloatInterval[][] A,
                                   double[] b)
    • Method Detail

      • restructure

        public boolean restructure​(int currentRow,
                                   boolean[] done,
                                   int[] row)
      • precondition

        void precondition​(FloatInterval[][] AA,
                          double[] bb)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object