Class EigenCountInRange
- java.lang.Object
-
- dev.nm.algebra.linear.matrix.doubles.factorization.eigen.mr3.EigenCountInRange
-
public class EigenCountInRange extends Object
Finds the number of eigenvalues of the symmetric tridiagonal matrix T that are in a given interval.- See Also:
EigenCount
-
-
Constructor Summary
Constructors Constructor Description EigenCountInRange(Vector D, Vector E2)
Creates an instance for counting the number of eigenvalues of the symmetric tridiagonal matrix T that are in a given interval.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
count(double lowerBound, double upperBound)
Counts the number of eigenvalues of T that are in the given interval.
-