public class EigenEstimatorTest extends UnitTest
| Modifier and Type | Field and Description | 
|---|---|
| static double | EPS | 
| Constructor and Description | 
|---|
| EigenEstimatorTest() | 
| Modifier and Type | Method and Description | 
|---|---|
| static void | main(java.lang.String[] args) | 
| void | test() | 
| void | test(int nev,
    double[] eigs) | 
| void | test(int n,
    int nev) | 
| void | testMatrix(Matrix M,
          int nev) | 
| void | testMatrix(Matrix M,
          int nev,
          EigenEstimator.Ordering which) | 
check, checkEquals, checkEquals, checkEquals, checkEquals, checkEquals, checkEquals, runtestpublic static final double EPS
public void testMatrix(Matrix M, int nev, EigenEstimator.Ordering which)
public void testMatrix(Matrix M, int nev)
public void test(int n,
                 int nev)
public void test(int nev,
                 double[] eigs)
public static void main(java.lang.String[] args)