public static enum DLSM.LSMSolverType extends java.lang.Enum<DLSM.LSMSolverType>
| Enum Constant and Description |
|---|
ADMM |
AUTO |
GenGradient |
| Modifier and Type | Method and Description |
|---|---|
static DLSM.LSMSolverType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DLSM.LSMSolverType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DLSM.LSMSolverType AUTO
public static final DLSM.LSMSolverType ADMM
public static final DLSM.LSMSolverType GenGradient
public static DLSM.LSMSolverType[] values()
for (DLSM.LSMSolverType c : DLSM.LSMSolverType.values()) System.out.println(c);
public static DLSM.LSMSolverType 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 null