Home
last modified time | relevance | path

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

/external/apache-commons-math/src/main/java/org/apache/commons/math/exception/util/
DLocalizedFormats.java159 NON_REAL_FINITE_WEIGHT("all weights must be finite real numbers, but {0}-th is {1}"), enumConstant
/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/interpolation/
DLoessInterpolator.java214 checkAllFiniteReal(weights, LocalizedFormats.NON_REAL_FINITE_WEIGHT); in smooth()