Home
last modified time | relevance | path

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

/external/apache-commons-math/src/main/java/org/apache/commons/math/exception/util/
DLocalizedFormats.java295 WRONG_NUMBER_OF_POINTS("{0} points are required, got only {1}"), enumConstant
/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/polynomials/
DPolynomialFunctionLagrangeForm.java301 LocalizedFormats.WRONG_NUMBER_OF_POINTS, 2, x.length); in verifyInterpolationArray()