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