public static enum EigenEstimator.Ordering extends java.lang.Enum<EigenEstimator.Ordering>
| Modifier and Type | Method and Description | 
|---|---|
| EigenEstimator.Ordering | opposite() | 
| static EigenEstimator.Ordering | valueOf(java.lang.String name)Returns the enum constant of this type with the specified name. | 
| static EigenEstimator.Ordering[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final EigenEstimator.Ordering LM
public static final EigenEstimator.Ordering SM
public static final EigenEstimator.Ordering LA
public static final EigenEstimator.Ordering SA
public static final EigenEstimator.Ordering BE
public static EigenEstimator.Ordering[] values()
for (EigenEstimator.Ordering c : EigenEstimator.Ordering.values()) System.out.println(c);
public static EigenEstimator.Ordering valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic EigenEstimator.Ordering opposite()