Home
last modified time | relevance | path

Searched refs:OUT_OF_ORDER_ABSCISSA_ARRAY (Results 1 – 2 of 2) sorted by relevance

/external/apache-commons-math/src/main/java/org/apache/commons/math/exception/util/
DLocalizedFormats.java240OUT_OF_ORDER_ABSCISSA_ARRAY("the abscissae array must be sorted in a strictly increasing order, bu… enumConstant
/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/interpolation/
DLoessInterpolator.java458 throw new MathException(LocalizedFormats.OUT_OF_ORDER_ABSCISSA_ARRAY, in checkStrictlyIncreasing()