Uses of Interface
jebl.math.OrthogonalHints
-
Packages that use OrthogonalHints Package Description jebl.evolution.coalescent jebl.math -
-
Uses of OrthogonalHints in jebl.evolution.coalescent
Methods in jebl.evolution.coalescent that return OrthogonalHints Modifier and Type Method Description OrthogonalHintsCoalescent. getOrthogonalHints() -
Uses of OrthogonalHints in jebl.math
Methods in jebl.math that return OrthogonalHints Modifier and Type Method Description static OrthogonalHintsOrthogonalHints.Utils. getAdjusted(OrthogonalHints toAdjust, int adjustmentFactor)static OrthogonalHintsOrthogonalHints.Utils. getCombined(OrthogonalHints first, int numberOfFirstParameters, OrthogonalHints second, int numberOfSecondParameters)static OrthogonalHintsOrthogonalHints.Utils. getNull()OrthogonalHintsMultivariateFunction. getOrthogonalHints()Methods in jebl.math with parameters of type OrthogonalHints Modifier and Type Method Description static OrthogonalHintsOrthogonalHints.Utils. getAdjusted(OrthogonalHints toAdjust, int adjustmentFactor)static OrthogonalHintsOrthogonalHints.Utils. getCombined(OrthogonalHints first, int numberOfFirstParameters, OrthogonalHints second, int numberOfSecondParameters)static double[]OrthogonalHints.Utils. getInternalParameterBoundaries(OrthogonalHints base, int parameter)
-