Uses of Interface
jebl.math.OrthogonalHints

Packages that use OrthogonalHints
jebl.evolution.coalescent   
jebl.math   
 

Uses of OrthogonalHints in jebl.evolution.coalescent
 

Methods in jebl.evolution.coalescent that return OrthogonalHints
 OrthogonalHints Coalescent.getOrthogonalHints()
           
 

Uses of OrthogonalHints in jebl.math
 

Methods in jebl.math that return OrthogonalHints
static OrthogonalHints OrthogonalHints.Utils.getAdjusted(OrthogonalHints toAdjust, int adjustmentFactor)
           
static OrthogonalHints OrthogonalHints.Utils.getCombined(OrthogonalHints first, int numberOfFirstParameters, OrthogonalHints second, int numberOfSecondParameters)
           
static OrthogonalHints OrthogonalHints.Utils.getNull()
           
 OrthogonalHints MultivariateFunction.getOrthogonalHints()
           
 

Methods in jebl.math with parameters of type OrthogonalHints
static OrthogonalHints OrthogonalHints.Utils.getAdjusted(OrthogonalHints toAdjust, int adjustmentFactor)
           
static OrthogonalHints OrthogonalHints.Utils.getCombined(OrthogonalHints first, int numberOfFirstParameters, OrthogonalHints second, int numberOfSecondParameters)
           
static double[] OrthogonalHints.Utils.getInternalParameterBoundaries(OrthogonalHints base, int parameter)