| Modifier and Type | Method and Description |
|---|---|
static SolverType |
SolverType.getById(int id) |
SolverType |
Parameter.getSolverType() |
static SolverType |
SolverType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SolverType[] |
SolverType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Parameter.setSolverType(SolverType solverType) |
| Constructor and Description |
|---|
Parameter(SolverType solver,
double C,
double eps) |
Parameter(SolverType solverType,
double C,
double eps,
double p) |
Copyright © 2012. All Rights Reserved.