| Package | Description |
|---|---|
| com.github.chen0040.glm.enums | |
| com.github.chen0040.glm.solvers |
| Modifier and Type | Method and Description |
|---|---|
static GlmSolverType |
GlmSolverType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GlmSolverType[] |
GlmSolverType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
GlmSolverType |
Glm.getSolverType() |
| Modifier and Type | Method and Description |
|---|---|
void |
Glm.setSolverType(GlmSolverType solverType) |
| Constructor and Description |
|---|
Glm(GlmSolverType solverType,
GlmDistributionFamily distributionFamily) |
Copyright © 2017. All rights reserved.