Class Inverse

    • Constructor Detail

      • Inverse

        public Inverse​(Matrix A)
        Constructs the inverse of a matrix.
        Parameters:
        A - a matrix
      • Inverse

        public Inverse​(Matrix A,
                       double epsilon)
        Constructs the inverse of a matrix.
        Parameters:
        A - a matrix
        epsilon - a precision parameter: when a number |x| ≤ ε, it is considered 0