Uses of Class
jmarkov.solvers.MtjSolver.PreConditioners

Packages that use MtjSolver.PreConditioners
jmarkov.solvers   
 

Uses of MtjSolver.PreConditioners in jmarkov.solvers
 

Methods in jmarkov.solvers that return MtjSolver.PreConditioners
 MtjSolver.PreConditioners MtjSolver.getPreConditioner()
           
static MtjSolver.PreConditioners MtjSolver.PreConditioners.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static MtjSolver.PreConditioners[] MtjSolver.PreConditioners.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.PreConditioners
 void MtjSolver.setPreConditioner(MtjSolver.PreConditioners preConditioner)