Interface InverseIteration.StoppingCriterion
-
- Enclosing class:
- InverseIteration
public static interface InverseIteration.StoppingCriterion
This interface defines the convergence criterion.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
toStop(Vector v)
Check whether we stop with the current eigenvector.
-
-
-
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
-
-