Package | Description |
---|---|
jmarkov.solvers |
Provides classes for customizing a solver used by JMarkov to solve transient
and steady state probabilities in different models.
|
Modifier and Type | Method and Description |
---|---|
MtjSolver.EnumPrecond |
MtjSolver.getCurrentPreConditioner() |
static MtjSolver.EnumPrecond |
MtjSolver.EnumPrecond.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MtjSolver.EnumPrecond[] |
MtjSolver.EnumPrecond.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
MtjSolver.setCurrentPreConditioner(MtjSolver.EnumPrecond preConditioner) |