Uses of Class
jmarkov.solvers.MtjSolver.EnumPrecond

Packages that use MtjSolver.EnumPrecond
jmarkov.solvers Provides classes for customizing a solver used by JMarkov to solve transient and steady state probabilities in different models. 
 

Uses of MtjSolver.EnumPrecond in jmarkov.solvers
 

Methods in jmarkov.solvers that return MtjSolver.EnumPrecond
 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're declared.
 

Methods in jmarkov.solvers with parameters of type MtjSolver.EnumPrecond
 void MtjSolver.setCurrentPreConditioner(MtjSolver.EnumPrecond preConditioner)