Home
last modified time | relevance | path

Searched refs:NUMBER_OF_INTERPOLATION_POINTS (Results 1 – 3 of 3) sorted by relevance

/external/apache-commons-math/src/main/java/org/apache/commons/math3/exception/util/
DLocalizedFormats.java183 NUMBER_OF_INTERPOLATION_POINTS("number of interpolation points ({0})"), /* keep */ enumConstant
/external/apache-commons-math/src/main/java/org/apache/commons/math3/optimization/direct/
DBOBYQAOptimizer.java2407 throw new OutOfRangeException(LocalizedFormats.NUMBER_OF_INTERPOLATION_POINTS, in setup()
/external/apache-commons-math/src/main/java/org/apache/commons/math3/optim/nonlinear/scalar/noderiv/
DBOBYQAOptimizer.java2402 throw new OutOfRangeException(LocalizedFormats.NUMBER_OF_INTERPOLATION_POINTS, in setup()