Home
last modified time | relevance | path

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

/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/general/
DGaussNewtonOptimizer.java120 throw new OptimizationException(LocalizedFormats.UNABLE_TO_SOLVE_SINGULAR_PROBLEM); in doOptimize()
/external/apache-commons-math/src/main/java/org/apache/commons/math/estimation/
DGaussNewtonEstimator.java218 throw new EstimationException(LocalizedFormats.UNABLE_TO_SOLVE_SINGULAR_PROBLEM); in estimate()
/external/apache-commons-math/src/main/java/org/apache/commons/math/exception/util/
DLocalizedFormats.java279 UNABLE_TO_SOLVE_SINGULAR_PROBLEM("unable to solve: singular problem"), enumConstant