public static class OrthogonalHints.Utils
extends java.lang.Object
Constructor and Description |
---|
OrthogonalHints.Utils() |
Modifier and Type | Method and Description |
---|---|
static OrthogonalHints |
getAdjusted(OrthogonalHints toAdjust,
int adjustmentFactor) |
static OrthogonalHints |
getCombined(OrthogonalHints first,
int numberOfFirstParameters,
OrthogonalHints second,
int numberOfSecondParameters) |
static double[] |
getInternalParameterBoundaries(OrthogonalHints base,
int parameter) |
static OrthogonalHints |
getNull() |
public static final OrthogonalHints getAdjusted(OrthogonalHints toAdjust, int adjustmentFactor)
public static final OrthogonalHints getCombined(OrthogonalHints first, int numberOfFirstParameters, OrthogonalHints second, int numberOfSecondParameters)
public static final double[] getInternalParameterBoundaries(OrthogonalHints base, int parameter)
public static final OrthogonalHints getNull()