Uses of Interface
pal.math.OrderEnumerator.OEFactory

Packages that use OrderEnumerator.OEFactory
pal.math Classes for math stuff such as optimisation, numerical derivatives, matrix exponentials, random numbers, special function etc. 
 

Uses of OrderEnumerator.OEFactory in pal.math
 

Methods in pal.math that return OrderEnumerator.OEFactory
static OrderEnumerator.OEFactory OrderEnumerator.Utils.getAdjustedFactory(OrderEnumerator.OEFactory toAdjust, int adjustmentFactor)
           
static OrderEnumerator.OEFactory OrderEnumerator.Utils.getAlternatingFactory(OrderEnumerator.OEFactory primary, OrderEnumerator.OEFactory secondary)
           
static OrderEnumerator.OEFactory OrderEnumerator.Utils.getBiasAlternatingFactory(OrderEnumerator.OEFactory primary, OrderEnumerator.OEFactory secondary)
           
static OrderEnumerator.OEFactory OrderEnumerator.Utils.getConstantFactory(int index)
           
static OrderEnumerator.OEFactory OrderEnumerator.Utils.getOrderedFactory()
           
static OrderEnumerator.OEFactory OrderEnumerator.Utils.getRestrictedFactory(OrderEnumerator.OEFactory toRestrict, int minimum, int range)
           
static OrderEnumerator.OEFactory OrderEnumerator.Utils.getShuffledFactory()
           
static OrderEnumerator.OEFactory OrderEnumerator.Utils.getZeroFactory()
           
 

Methods in pal.math with parameters of type OrderEnumerator.OEFactory
static OrderEnumerator.OEFactory OrderEnumerator.Utils.getAdjustedFactory(OrderEnumerator.OEFactory toAdjust, int adjustmentFactor)
           
static OrderEnumerator.OEFactory OrderEnumerator.Utils.getAlternatingFactory(OrderEnumerator.OEFactory primary, OrderEnumerator.OEFactory secondary)
           
static OrderEnumerator.OEFactory OrderEnumerator.Utils.getBiasAlternatingFactory(OrderEnumerator.OEFactory primary, OrderEnumerator.OEFactory secondary)
           
static OrderEnumerator.OEFactory OrderEnumerator.Utils.getRestrictedFactory(OrderEnumerator.OEFactory toRestrict, int minimum, int range)
           
 

Constructors in pal.math with parameters of type OrderEnumerator.OEFactory
OrthogonalSearch(OrderEnumerator.OEFactory orderingFactory)
          Initialization