public class EigenCountInRange extends Object
EigenCount
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
int |
count(double lowerBound,
double upperBound)
Counts the number of eigenvalues of T that are in the given interval.
|
Copyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.