Interface InverseIteration.StoppingCriterion

  • Enclosing class:
    InverseIteration

    public static interface InverseIteration.StoppingCriterion
    This interface defines the convergence criterion.
    • Method Detail

      • toStop

        boolean toStop​(Vector v)
        Check whether we stop with the current eigenvector.
        Parameters:
        v - an eigenvector
        Returns:
        true if we are satisfied with the eigenvector